]> git.eshelyaron.com Git - emacs.git/commitdiff
Repeat previous gnus-group.el change for bugs.debian.org.
authorGlenn Morris <rgm@gnu.org>
Fri, 27 May 2011 00:55:07 +0000 (20:55 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 27 May 2011 00:55:07 +0000 (20:55 -0400)
* lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist):
Use the "maintainer" version of debian reports as well.

lisp/gnus/ChangeLog
lisp/gnus/gnus-group.el

index 64ae78d11dd9d723fb86548becb120578aa2d56d..6ed5a3fdcf4078198c2ee2e60c08b12e4441844a 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-27  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-group.el (gnus-bug-group-download-format-alist):
+       Use the "maintainer" version of debian reports as well.
+
 2011-05-26  Glenn Morris  <rgm@gnu.org>
 
        * gnus-group.el (gnus-bug-group-download-format-alist):
index 2c611b3048e5ac08c5aebb69d4cbab3993c44c01..65192bf173ea140a6be3102d2ae57555b9c5214d 100644 (file)
@@ -2412,13 +2412,13 @@ Valid input formats include:
 (defcustom gnus-bug-group-download-format-alist
   '((emacs . "http://debbugs.gnu.org/%s;mbox=yes;mboxmaint=yes")
     (debian
-     . "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes"))
+     . "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.
 The URL format string must contain a single \"%s\", specifying
 the bug number, and browsing the URL must return mbox output."
   :group 'gnus-group-foreign
-  ;; Added mboxmaint=yes for Emacs.  This gets the version with the
-  ;; messages as they went out, not as they came in.
+  ;; Added mboxmaint=yes.  This gets the version with the messages as
+  ;; they went out, not as they came in.
   ;; Eg bug-gnu-emacs is replaced by ###@debbugs.
   :version "24.1"
   :type '(repeat (cons (symbol) (string :tag "URL format string"))))