(message-hidden-headers): Add X-Draft-From.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Apr 2006 19:00:47 +0000 (19:00 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Apr 2006 19:00:47 +0000 (19:00 +0000)
lisp/ChangeLog
lisp/message.el

index aee32e8..6936154 100644 (file)
@@ -1,5 +1,7 @@
 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * message.el (message-hidden-headers): Add X-Draft-From.
+
        * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
        command. 
        (gnus-summary-repeat-search-article-backward): New command. 
index 5c9a491..bfcf16d 100644 (file)
@@ -1132,7 +1132,8 @@ candidates:
   (or (not (listp message-shoot-gnksa-feet))
       (memq feature message-shoot-gnksa-feet)))
 
-(defcustom message-hidden-headers '("^References:" "^Face:" "^X-Face:")
+(defcustom message-hidden-headers '("^References:" "^Face:" "^X-Face:"
+                                   "^X-Draft-From:")
   "Regexp of headers to be hidden when composing new messages.
 This can also be a list of regexps to match headers.  Or a list
 starting with `not' and followed by regexps."