1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 07:31:13 -08:00

Revert "Make the debbugs groups also include robot messages"

This reverts commit 682eae776e.

The change made the bug# disappear from the Subject lines.
This commit is contained in:
Lars Ingebrigtsen 2019-11-02 15:36:42 +01:00
parent ec16dd1a1e
commit c2e77ff89a

View file

@ -2390,7 +2390,7 @@ Valid input formats include:
(gnus-read-ephemeral-gmane-group group start range)))
(defcustom gnus-bug-group-download-format-alist
'((emacs . "https://debbugs.gnu.org/cgi/bugreport.cgi?mboxstat=yes;bug=%s")
'((emacs . "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s;mboxmaint=yes;mboxstat=yes")
(debian
. "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes;mboxmaint=yes"))
"Alist of symbols for bug trackers and the corresponding URL format string.