(Message Headers): Add message-header-synonyms.
authorReiner Steib <Reiner.Steib@gmx.de>
Sat, 3 Jan 2004 14:06:35 +0000 (14:06 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sat, 3 Jan 2004 14:06:35 +0000 (14:06 +0000)
texi/ChangeLog
texi/message.texi

index efc6127..7ffd43d 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * message.texi (Message Headers): Add message-header-synonyms.
+
        * gnus.texi (Other modes): New node.
        (Oort Gnus): Refer to the above in "Dired integration".
 
index 516d5f8..2960755 100644 (file)
@@ -1416,6 +1416,13 @@ hidden when composing a message.
       '(not "From" "Subject" "To" "Cc" "Newsgroups"))
 @end lisp
 
+@item message-header-synonyms
+@vindex message-header-synonyms
+A list of lists of header synonyms.  E.g., if this list contains a
+member list with elements @code{Cc} and @code{To}, then
+@code{message-carefully-insert-headers} will not insert a @code{To}
+header when the message is already @code{Cc}ed to the recipient.
+
 @end table