Next: Various Message Variables, Previous: News Variables, Up: Variables
message-cite-styleValue is either nil (no variable overrides) or a let-style list
of pairs (VARIABLE VALUE) to override default values.
See gnus-posting-styles to set this variable for specific
groups. Presets to impersonate popular mail agents are available in the
message-cite-style-* variables.
message-cite-reply-positiontraditional to reply inline, above for top-posting, and
below for bottom-posting
message-ignored-cited-headersmessage-cite-prefix-regexpmessage-citation-line-functionmessage-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 Article Highlighting, for details.
message-yank-prefixmessage-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-prefixmessage-yank-prefix.
message-yank-empty-prefixmessage-yank-prefix.
message-indentation-spacesmessage-cite-functionmessage-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-beginmessage-mark-insert-endmessage-signaturet
(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-filemessage-signature-directory is ignored, even if set.
The default is ~/.signature.
message-signature-directorynil (the default), message-signature-file is expected
to specify the directory if needed.
message-signature-insert-empty-linet (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.