[gnus git] branch master updated: n0-17-136-g96abea8 =1= * gnus-msg.el (gnus-bug): Bring the Version and Package pseudo-headers back.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 96abea840b45eec3c3bfb249e5da77227b76fcc5 (commit)
from 65d4480aa245cb3e5ba5c9a03db72f1a19b92695 (commit)
- Log -----------------------------------------------------------------
commit 96abea840b45eec3c3bfb249e5da77227b76fcc5
Author: Ted Zlatanov <[email protected]>
Date: Fri Jul 1 20:36:50 2011 -0500
* gnus-msg.el (gnus-bug): Bring the Version and Package pseudo-headers back.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fccd7ff..0f97039 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
* gnus-msg.el (gnus-bug): Give the Version and Package headers to
debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
+ Bring the pseudo-headers back too.
2011-07-01 Daiki Ueno <[email protected]>
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index ec98132..9fdd3bb 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -1466,6 +1466,8 @@ If YANK is non-nil, include the original article."
(goto-char (point-min))
(re-search-forward (concat "^" (regexp-quote mail-header-separator) "$"))
(forward-line 1)
+ (insert (format "Package: %s\n" gnus-bug-package))
+ (insert (format "Version: %s\n" (gnus-continuum-version)))
(insert "\n")
(insert (gnus-version) "\n"
(emacs-version) "\n")
-----------------------------------------------------------------------
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 | 1 +
lisp/gnus-msg.el | 2 ++
2 files changed, 3 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