From: Lars Ingebrigtsen Date: Tue, 29 Oct 2019 23:17:57 +0000 (+0100) Subject: Make the debbugs groups also include robot messages X-Git-Tag: emacs-27.0.90~829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=682eae776efa9d57842345de67becf5c56cafc91;p=emacs.git Make the debbugs groups also include robot messages * lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist): Change the URL to also include robot messages. --- diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 742f8f4be56..8f5f5d66e4f 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?bug=%s;mboxmaint=yes;mboxstat=yes") + '((emacs . "https://debbugs.gnu.org/cgi/bugreport.cgi?mboxstat=yes;bug=%s") (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.