From 0b007ea952341ba8dac1a31c438b833c952c3785 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 3 Oct 2011 19:27:29 -0400 Subject: [PATCH] Tweak debbugs entry in gnus-bug-group-download-format-alist again. * lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist): Once again get the "maintainer" version of debbugs.gnu.org reports. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/gnus-group.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 67a517753d2..2e42435d22c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2011-10-03 Glenn Morris + + * gnus-group.el (gnus-bug-group-download-format-alist): Once again get + the "maintainer" version of debbugs.gnu.org reports. + 2011-10-02 Lars Magne Ingebrigtsen * shr.el (shr-tag-img): Add a space at the end of an ALT image text to diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 720881acd98..4c527caff5c 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -2429,7 +2429,7 @@ Valid input formats include: (gnus-read-ephemeral-gmane-group group start range))) (defcustom gnus-bug-group-download-format-alist - '((emacs . "http://debbugs.gnu.org/%s;mboxstat=yes") + '((emacs . "http://debbugs.gnu.org/%s;mboxmaint=yes;mboxstat=yes") (debian . "http://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. -- 2.39.2