[gnus git] branch master updated: n0-17-142-g3801a2d =1= * gnus-group.el (gnus-bug-group-download-format-alist): Get the mboxstat instead of the maintbox, since the stat seems to be fuller.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3801a2de9b8e104816d4b5966d85e6343731ab89 (commit)
from ecba5fa01b26b1e5ff94ac92de4dc1ddefe03417 (commit)
- Log -----------------------------------------------------------------
commit 3801a2de9b8e104816d4b5966d85e6343731ab89
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jul 3 00:06:11 2011 +0200
* gnus-group.el (gnus-bug-group-download-format-alist): Get the mboxstat instead of the maintbox, since the stat seems to be fuller.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 90e6f20..71d1543 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-07-02 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-group.el (gnus-bug-group-download-format-alist): Get the
+ mboxstat instead of the maintbox, since the stat seems to be fuller.
+
* gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
summary buffers.
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 82d3156..74b1c70 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2415,7 +2415,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;mbox=yes;mboxmaint=yes")
+ '((emacs . "http://debbugs.gnu.org/%s;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 | 3 +++
lisp/gnus-group.el | 2 +-
2 files changed, 4 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