News Variables Variables Sending Variables
message-signature-separator
|
Regexp matching the signature separator. It is ` | ||||||
mail-header-separator
|
String used to separate the headers from the body. It is ` | ||||||
message-directory
|
Directory used by many mailey things. The default is ` | ||||||
message-signature-setup-hook
|
Hook run when initializing the message buffer. It is run after the headers have been inserted but before the signature has been inserted. | ||||||
message-setup-hook
|
Hook run as the last thing when the message buffer has been initialized, but before yanked text is inserted. | ||||||
message-header-setup-hook
|
Hook called narrowed to the headers after initializing the headers.
For instance, if you're running Gnus and wish to insert a
`
| ||||||
message-send-hook
|
Hook run before sending messages.
If you want to add certain headers before sending, you can use the
This function won't add the header if the header is already present. | ||||||
message-send-mail-hook
|
Hook run before sending mail messages. | ||||||
message-send-news-hook
|
Hook run before sending news messages. | ||||||
message-sent-hook
|
Hook run after sending messages. | ||||||
message-mode-syntax-table
|
Syntax table used in message mode buffers. | ||||||
message-send-method-alist
|
Alist of ways to send outgoing messages. Each element has the form
|