branch: externals/debbugs
commit fa370244a6b7cb3a24f1023d642dc2322bd82a36
Author: Lars Magne Ingebrigtsen <[email protected]>
Commit: Lars Magne Ingebrigtsen <[email protected]>
(debbugs-summary-mode): Ignore submit@debbugs addresses, too.
---
ChangeLog | 1 +
debbugs-gnu.el | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 7e11fe6..d4087e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
(debbugs-toggle-sort): Make sorting work again.
(debbugs-toggle-sort): Use `debbugs-current-id'.
(debbugs-toggle-sort): Don't move point around so much.
+ (debbugs-summary-mode): Ignore submit@debbugs addresses, too.
2011-07-03 Michael Albinus <[email protected]>
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 550d4bc..29ddb1b 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -336,7 +336,8 @@ The following commands are available:
(with-current-buffer gnus-article-copy
(set (make-local-variable 'message-prune-recipient-rules)
'((".*@debbugs.*" "emacs-pretest-bug")
- (".*@debbugs.*" "bug-gnu-emacs")))
+ (".*@debbugs.*" "bug-gnu-emacs")
+ ("[0-9]+@debbugs.*" "[email protected]")))
(set (make-local-variable 'message-alter-recipients-function)
(lambda (address)
(if (string-match "\\([0-9]+\\)@donarmstrong" (car address))