aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-11-02 15:36:42 +0100
committerLars Ingebrigtsen2019-11-02 15:37:14 +0100
commitc2e77ff89a9fdb8af2c36e9692f01bb9e1fe512d (patch)
tree542d5bff2828b487c29edba2ef65a70debb1f30a
parentec16dd1a1e0cc4c315fb57f8720083aabfd434e5 (diff)
downloademacs-c2e77ff89a9fdb8af2c36e9692f01bb9e1fe512d.tar.gz
emacs-c2e77ff89a9fdb8af2c36e9692f01bb9e1fe512d.zip
Revert "Make the debbugs groups also include robot messages"
This reverts commit 682eae776efa9d57842345de67becf5c56cafc91. The change made the bug# disappear from the Subject lines.
-rw-r--r--lisp/gnus/gnus-group.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index 8f5f5d66e4f..742f8f4be56 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -2390,7 +2390,7 @@ Valid input formats include:
2390 (gnus-read-ephemeral-gmane-group group start range))) 2390 (gnus-read-ephemeral-gmane-group group start range)))
2391 2391
2392(defcustom gnus-bug-group-download-format-alist 2392(defcustom gnus-bug-group-download-format-alist
2393 '((emacs . "https://debbugs.gnu.org/cgi/bugreport.cgi?mboxstat=yes;bug=%s") 2393 '((emacs . "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s;mboxmaint=yes;mboxstat=yes")
2394 (debian 2394 (debian
2395 . "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes;mboxmaint=yes")) 2395 . "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes;mboxmaint=yes"))
2396 "Alist of symbols for bug trackers and the corresponding URL format string. 2396 "Alist of symbols for bug trackers and the corresponding URL format string.