* gnus-msg.el (gnus-bug): Bring the Version and Package pseudo-headers back.
authorTed Zlatanov <tzz@lifelogs.com>
Sat, 2 Jul 2011 01:36:50 +0000 (20:36 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Sat, 2 Jul 2011 01:36:50 +0000 (20:36 -0500)
lisp/ChangeLog
lisp/gnus-msg.el

index fccd7ff..0f97039 100644 (file)
@@ -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  <ueno@unixuser.org>
 
index ec98132..9fdd3bb 100644 (file)
@@ -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")