[gnus git] branch master updated: n0-17-338-gcc54229 =1= gnus-group.el (gnus-bug-group-download-format-alist): Once again get the "maintainer" version of debbugs.gnu.org reports.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cc54229da96a8cf285f5bc2133bf53a3e2e3d0f5 (commit)
from 13c8334616707c9071c4617e67f255902ee80ce9 (commit)
- Log -----------------------------------------------------------------
commit cc54229da96a8cf285f5bc2133bf53a3e2e3d0f5
Author: Glenn Morris <[email protected]>
Date: Tue Oct 4 22:04:22 2011 +0000
gnus-group.el (gnus-bug-group-download-format-alist): Once again get the "maintainer" version of debbugs.gnu.org reports.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4009271..62440c1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-03 Glenn Morris <[email protected]>
+
+ * 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 <[email protected]>
* shr.el (shr-tag-img): Add a space at the end of an ALT image text to
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 720881a..4c527ca 100644
--- a/lisp/gnus-group.el
+++ b/lisp/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.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-group.el | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project