diff options
author | jao <jao@gnu.org> | 2023-11-11 23:08:20 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-11-11 23:08:47 +0000 |
commit | f310c663766eea4b76837e929a1fa3d2766f4029 (patch) | |
tree | ce41aafb3d3ca24760fd676bb7d7c73aafafc84f /custom | |
parent | 95a2ccffe64122ee722754f3d3f829188ec08eb7 (diff) | |
download | elibs-f310c663766eea4b76837e929a1fa3d2766f4029.tar.gz elibs-f310c663766eea4b76837e929a1fa3d2766f4029.tar.bz2 |
gnus tweaks
Diffstat (limited to 'custom')
-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) |