branch: externals/debbugs
commit df2ec72091865c3b55a1d82f022df00170f30617
Author: Lars Magne Ingebrigtsen <[email protected]>
Commit: Lars Magne Ingebrigtsen <[email protected]>
(debbugs-summary-mode): Remove [email protected] from the list, too.
---
ChangeLog | 2 ++
debbugs-gnu.el | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index aeafb5d..e3a686a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* debbugs-gnu.el (debbugs-mode-map): Bind `q' to `bury-buffer',
which seems more useful.
(debbugs-send-control-message): Allow reversing tags.
+ (debbugs-summary-mode): Remove [email protected] from the
+ list, too.
2011-07-06 Stefan Monnier <[email protected]>
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 0c50408..0f57764 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -490,7 +490,8 @@ The following commands are available:
(set (make-local-variable 'message-prune-recipient-rules)
'((".*@debbugs.*" "emacs-pretest-bug")
(".*@debbugs.*" "bug-gnu-emacs")
- ("[0-9]+@debbugs.*" "[email protected]")))
+ ("[0-9]+@debbugs.*" "[email protected]")
+ ("[0-9]+@debbugs.*" "[email protected]")))
(set (make-local-variable 'message-alter-recipients-function)
(lambda (address)
(if (string-match "\\([0-9]+\\)@donarmstrong" (car address))