summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-12-31 13:14:58 +0000
committerjao <jao@gnu.org>2021-12-31 13:16:36 +0000
commit67a451d13145fcb99039d35474957fb12f237a64 (patch)
treedc46ab4be017d0a15fe276a83488fcfd1e016a5a /gnus.org
parent0628de0e1dfaef8e64541870018b047a7f342527 (diff)
downloadelibs-67a451d13145fcb99039d35474957fb12f237a64.tar.gz
elibs-67a451d13145fcb99039d35474957fb12f237a64.tar.bz2
gnus nits
Diffstat (limited to 'gnus.org')
-rw-r--r--gnus.org12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnus.org b/gnus.org
index 381a175..c8a0944 100644
--- a/gnus.org
+++ b/gnus.org
@@ -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")