Movement Commands Various Commands
C-c C-y |
Yank the message that's being replied to into the message buffer
( |
C-c C-q |
Fill the yanked message ( |
C-c C-w |
Insert a signature at the end of the buffer
( |
message-ignored-cited-headers
|
All headers that match this regexp will be removed from yanked
messages. The default is ` |
message-citation-line-function
|
Function called to insert the citation line. The default is
Point will be at the beginning of the body of the message when this function is called. |
message-yank-prefix
|
When you are replying to or following up an article, you normally want
to quote the person you are answering. Inserting quoted text is done by
yanking, and each quoted line you yank will have
|
message-indentation-spaces
|
Number of spaces to indent yanked messages. |
message-cite-function
|
Function for citing an original message. The default is
|
message-indent-citation-function
|
Function for modifying a citation just inserted in the mail buffer.
This can also be a list of functions. Each function can find the
citation between |
message-signature
|
String to be inserted at the end of the message buffer. If |
message-signature-file
|
File containing the signature to be inserted at the end of the buffer.
The default is ` |
Note that RFC1036bis says that a signature should be preceded by the three
characters `--
' on a line by themselves. This is to make it
easier for the recipient to automatically recognize and process the
signature. So don't remove those characters, even though you might feel
that they ruin your beautiful design, like, totally.
Also note that no signature should be more than four lines long. Including ASCII graphics is an efficient way to get everybody to believe that you are silly and have nothing important to say.
Movement Commands Various Commands