]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the debbugs groups also include robot messages
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Oct 2019 23:17:57 +0000 (00:17 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Oct 2019 23:17:57 +0000 (00:17 +0100)
* lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist):
Change the URL to also include robot messages.

lisp/gnus/gnus-group.el

index 742f8f4be56d6b72782e0988cbf060a519683819..8f5f5d66e4fad3704341a5841344a67e3d9c4ecb 100644 (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?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.