summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
Diffstat (limited to 'email.org')
-rw-r--r--email.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/email.org b/email.org
index 25e1a2a..ba0ba05 100644
--- a/email.org
+++ b/email.org
@@ -178,8 +178,7 @@
(when (and (or (message-fetch-field "Gcc")
(message-fetch-field "Fcc"))
(not (y-or-n-p "Archive? ")))
- (message-remove-header "Gcc")
- (message-remove-header "Fcc")))))
+ (message-remove-header "\\(?:[BFG]cc\\)")))))
#+end_src
*** Check recipient
#+begin_src emacs-lisp