mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
Tweak debbugs entry in gnus-bug-group-download-format-alist again.
* lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist): Once again get the "maintainer" version of debbugs.gnu.org reports.
This commit is contained in:
parent
df1bbe5b13
commit
0b007ea952
@ -1,3 +1,8 @@
|
||||
2011-10-03 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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 <larsi@gnus.org>
|
||||
|
||||
* shr.el (shr-tag-img): Add a space at the end of an ALT image text to
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user