From: Lars Ingebrigtsen Date: Sat, 2 Nov 2019 14:36:42 +0000 (+0100) Subject: Revert "Make the debbugs groups also include robot messages" X-Git-Tag: emacs-27.0.90~764 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2e77ff89a9fdb8af2c36e9692f01bb9e1fe512d;p=emacs.git Revert "Make the debbugs groups also include robot messages" This reverts commit 682eae776efa9d57842345de67becf5c56cafc91. The change made the bug# disappear from the Subject lines. --- diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 8f5f5d66e4f..742f8f4be56 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -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.