* gnus-group.el (gnus-bug-group-download-format-alist): Get the mboxstat instead...
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 2 Jul 2011 22:06:11 +0000 (00:06 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 2 Jul 2011 22:06:11 +0000 (00:06 +0200)
lisp/ChangeLog
lisp/gnus-group.el

index 90e6f20..71d1543 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
 
index 82d3156..74b1c70 100644 (file)
@@ -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.