From 8c7c1f6d955a74dee347f8c4fa2538b8eeccbcbf Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 26 May 2011 20:55:07 -0400 Subject: [PATCH] Repeat previous gnus-group.el change for bugs.debian.org. * lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debian reports as well. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/gnus-group.el | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 64ae78d11dd..6ed5a3fdcf4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2011-05-27 Glenn Morris + + * gnus-group.el (gnus-bug-group-download-format-alist): + Use the "maintainer" version of debian reports as well. + 2011-05-26 Glenn Morris * gnus-group.el (gnus-bug-group-download-format-alist): diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 2c611b3048e..65192bf173e 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -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")))) -- 2.39.2