diff options
author | jao <jao@gnu.org> | 2021-12-31 13:14:58 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-12-31 13:16:36 +0000 |
commit | 67a451d13145fcb99039d35474957fb12f237a64 (patch) | |
tree | dc46ab4be017d0a15fe276a83488fcfd1e016a5a | |
parent | 0628de0e1dfaef8e64541870018b047a7f342527 (diff) | |
download | elibs-67a451d13145fcb99039d35474957fb12f237a64.tar.gz elibs-67a451d13145fcb99039d35474957fb12f237a64.tar.bz2 |
gnus nits
-rw-r--r-- | gnus.org | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -120,7 +120,9 @@ #+begin_src emacs-lisp (setq gnus-search-use-parsed-queries t - gnus-search-notmuch-raw-queries-p nil) + gnus-search-notmuch-raw-queries-p nil + gnus-fetch-old-headers nil + gnus-fetch-old-ephemeral-headers nil) (with-eval-after-load "gnus-search" (add-to-list 'gnus-search-expandable-keys "list") @@ -163,7 +165,7 @@ nnmail-treat-duplicates 'delete nnmail-scan-directory-mail-source-once nil nnmail-cache-accepted-message-ids t - nnmail-message-id-cache-length 50000 + nnmail-message-id-cache-length 100000 nnmail-split-fancy-with-parent-ignore-groups nil nnmail-use-long-file-names t nnmail-crosspost t) @@ -225,6 +227,7 @@ (require 'gnus-demon) (gnus-demon-add-handler 'jao-gnus-notify 5 1) + ;; (gnus-demon-remove-handler 'jao-gnus-notify) ;; synchronicity (setq gnus-asynchronous t) @@ -448,7 +451,8 @@ (expiry-wait . 1) (expiry-target . delete)) ("nnml:jao\\..*" - (posting-style ("Bcc" "proton@jao.io")) + (posting-style ("Bcc" "proton@jao.io") + ("Gcc" "nnml:jao.trove")) (jao-gnus--trash-group "nnml:trash") (jao-gnus--spam-group "nnml:spam") (jao-gnus--archiving-group "nnml:jao.trove")) @@ -459,8 +463,6 @@ (expiry-wait . 1) (jao-gnus--trash-group nil) (expiry-target . delete)) - ("^nnml:.*\\.\\(inbox\\|hacking\\)" - (gcc-self . t)) ("nnml:bigml\\..*" (posting-style (address "jao@bigml.com")) (jao-gnus--trash-group "nnml:trash") |