Revert "Don't tag Gnus bugs with "gnus""

This reverts commit b6fa580723.

The debbugs syntax requires a package name
This commit is contained in:
Lars Ingebrigtsen 2017-02-07 15:50:39 +01:00
parent c939075b81
commit 4b59f53b67
2 changed files with 9 additions and 1 deletions

View file

@ -1535,7 +1535,11 @@ If YANK is non-nil, include the original article."
(message-pop-to-buffer "*Gnus Bug*"))
(let ((message-this-is-mail t))
(message-setup `((To . ,gnus-maintainer)
(Subject . ""))))
(Subject . "")
(X-Debbugs-Package
. ,(format "%s" gnus-bug-package))
(X-Debbugs-Version
. ,(format "%s" (gnus-continuum-version))))))
(when gnus-bug-create-help-buffer
(push `(gnus-bug-kill-buffer) message-send-actions))
(goto-char (point-min))

View file

@ -2654,6 +2654,10 @@ such as a mark that says whether an article is stored in the cache
"submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys)"
"The mail address of the Gnus maintainers.")
(defconst gnus-bug-package
"gnus"
"The package to use in the bug submission.")
(defvar gnus-info-nodes
'((gnus-group-mode "(gnus)Group Buffer")
(gnus-summary-mode "(gnus)Summary Buffer")