[gnus git] branch master updated: m0-7-199-g5bcc53f =1= (message-ignored-news-headers): Delete X-Gnus-Delayed before sending.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 5bcc53fbb62182cc6136f610e2ee742e17203744 (commit)
from bf5739b781e570c95e692c2b77856789d48de2a0 (commit)
- Log -----------------------------------------------------------------
commit 5bcc53fbb62182cc6136f610e2ee742e17203744
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Fri Aug 2 00:21:56 2013 +0200
(message-ignored-news-headers): Delete X-Gnus-Delayed before sending.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff956c1..ecd9030 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2013-08-01 Lars Magne Ingebrigtsen <[email protected]>
+ * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
+ before sending.
+
* dgnushack.el (dgnushack-compile): Add a temporary check for
gnus-icalendar.
diff --git a/lisp/message.el b/lisp/message.el
index 576fb5a..4eb2a57 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -268,7 +268,7 @@ This is a list of regexps and regexp matches."
:type 'sexp)
(defcustom message-ignored-news-headers
- "^NNTP-Posting-Host:\\|^Xref:\\|^[BGF]cc:\\|^Resent-Fcc:\\|^X-Draft-From:\\|^X-Gnus-Agent-Meta-Information:\\|^X-Message-SMTP-Method:"
+ "^NNTP-Posting-Host:\\|^Xref:\\|^[BGF]cc:\\|^Resent-Fcc:\\|^X-Draft-From:\\|^X-Gnus-Agent-Meta-Information:\\|^X-Message-SMTP-Method:\\|^X-Gnus-Delayed:"
"*Regexp of headers to be removed unconditionally before posting."
:group 'message-news
:group 'message-headers
-----------------------------------------------------------------------
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:
lisp/ChangeLog | 3 +++
lisp/message.el | 2 +-
2 files changed, 4 insertions(+), 1 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