diff options
-rw-r--r-- | custom/jao-custom-gnus.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index abe8ab8..f8bbe31 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -208,16 +208,14 @@ (expiry-wait . 1) (expiry-target . delete)) ("nnml:jao\\..*" - (posting-style ("Bcc" "proton@jao.io") - ("Gcc" "nnml:jao.trove")) + (posting-style ("Gcc" "nnml:jao.trove")) ;; ("Bcc" "proton@jao.io") (jao-gnus--trash-group "nnml:trash") (jao-gnus--spam-group "nnml:spam") (jao-gnus--archiving-group "nnml:jao.trove") (gcc-self . t)) ("nnml:jao\\.hacking" - (posting-style ("Bcc" "hacking@jao.io") - ("Gcc" "nnml:jao.hacking") - (address "jao@gnu.org"))) + (posting-style ("Gcc" "nnml:jao.hacking") + (address "jao@gnu.org"))) ;; ("Bcc" "hacking@jao.io") ("nnml:jao\\.drivel" (auto-expire . t) (total-expire . t) |