diff options
author | jao <jao@gnu.org> | 2022-07-20 17:55:10 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-20 17:55:10 +0100 |
commit | bda3bcd3e86b689b3d092b8028d141477de75da0 (patch) | |
tree | 4c2be312788e7f4be955a887c35fc420e00dce8a /custom | |
parent | 4380ba4411e3c6c0f8920d623f5e40067ea62514 (diff) | |
download | elibs-bda3bcd3e86b689b3d092b8028d141477de75da0.tar.gz elibs-bda3bcd3e86b689b3d092b8028d141477de75da0.tar.bz2 |
gnus nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-gnus.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index cc8de92..f415f63 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -207,6 +207,15 @@ (jao-gnus--trash-group "nnml:trash") (jao-gnus--spam-group "nnml:spam") (jao-gnus--archiving-group "nnml:jao.trove")) + ("nnml:jao\\.hacking" + (posting-style ("Bcc" "proton@jao.io") + ("Gcc" "nnml:jao.hacking") + ("address" "jao@gnu.org")) + (gcc-self . t) + (auto-expire . nil) + (total-expire . nil) + (expiry-target . nil) + (expiry-wait . nil)) ("nnml:bigml\\..*" (gcc-self . nil) (auto-expire . t) @@ -223,7 +232,7 @@ (total-expire . t) (expiry-wait . 7) (expiry-target . "nnml:bigml.trove")) - ("nnml:\\(bigml\\.alba\\|jao\\.hacking\\)" + ("nnml:bigml\\.alba" (gcc-self . t) (auto-expire . nil) (total-expire . nil) |