| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
message-ignored-cited-headers
message-cite-prefix-regexp
message-citation-line-function
message-insert-citation-line, which will lead to citation lines
that look like:
Hallvard B Furuseth <h.b.furuseth@usit.uio.no> writes: |
Point will be at the beginning of the body of the message when this function is called.
Note that Gnus provides a feature where clicking on `writes:' hides the
cited text. If you change the citation line too much, readers of your
messages will have to adjust their Gnus, too. See the variable
gnus-cite-attribution-suffix. See section `Article Highlighting' in The Gnus Manual, for details.
message-yank-prefix
message-yank-prefix prepended to it (except for quoted lines
which use message-yank-cited-prefix and empty lines which use
message-yank-empty-prefix). The default is `> '.
message-yank-cited-prefix
message-yank-prefix.
message-yank-empty-prefix
message-yank-prefix.
message-indentation-spaces
message-cite-function
message-cite-original, which simply inserts the original message
and prepends `> ' to each line.
message-cite-original-without-signature does the same, but elides
the signature.
message-indent-citation-function
(point) and (mark t). And each function
should leave point and mark around the citation text as modified.
message-mark-insert-begin
message-mark-insert-end
message-signature
t
(which is the default), the message-signature-file file will be
inserted instead. If a function, the result from the function will be
used instead. If a form, the result from the form will be used instead.
If this variable is nil, no signature will be inserted at all.
message-signature-file
message-signature-directory is ignored, even if set.
The default is `~/.signature'.
message-signature-directory
nil (the default), message-signature-file is expected
to specify the directory if needed.
message-signature-insert-empty-line
t (the default value) an empty line is inserted before the
signature separator.
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.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |