[gnus git] branch master updated: n0-13-105-g5f010ae =1= * message.texi (Insertion Variables): Document message-cite-style.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 5f010ae4af62767b310552982e231d082ac51652 (commit)
from 36b02a9b3e82b7a6e5553dc78ba6851e3427630d (commit)
- Log -----------------------------------------------------------------
commit 5f010ae4af62767b310552982e231d082ac51652
Author: Antoine Levitt <[email protected]>
Date: Tue Mar 15 17:15:49 2011 +0100
* message.texi (Insertion Variables): Document message-cite-style.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 2c41fd2..39b5ad7 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-15 Antoine Levitt <[email protected]>
+
+ * message.texi (Insertion Variables): Document message-cite-style.
+
2011-03-12 Teodor Zlatanov <[email protected]>
* auth.texi (Help for developers): Update docs to explain that the
diff --git a/texi/message.texi b/texi/message.texi
index 4fc9148..aea4c52 100644
--- a/texi/message.texi
+++ b/texi/message.texi
@@ -1930,6 +1930,25 @@ posting a prepared news message.
@section Insertion Variables
@table @code
+@item message-cite-style
+@vindex message-cite-style
+The overall style to be used when replying to messages. This controls
+things like where the reply should be put relative to the original,
+how the citation is formatted, where the signature goes, etc.
+
+Value is either @code{nil} (no variable overrides) or a let-style list
+of pairs @code{(VARIABLE VALUE)} to override default values.
+
+See @code{gnus-posting-styles} to set this variable for specific
+groups. Presets to impersonate popular mail agents are available in the
+@code{message-cite-style-*} variables.
+
+@item message-cite-reply-position
+@vindex message-cite-reply-position
+Where the reply should be positioned. Available styles are
+@code{traditional} to reply inline, @code{above} for top-posting, and
+@code{below} for bottom-posting
+
@item message-ignored-cited-headers
@vindex message-ignored-cited-headers
All headers that match this regexp will be removed from yanked
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 ++++
texi/message.texi | 19 +++++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project