summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-08 22:50:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:33 -0700
commite1caa641ec3b3c80c536ae15fa0d43a223d36c0b (patch)
tree62f4a1a654cb78ce986e874208b301bc17538d45
parentac5b45112ea47cd311a1d0c4370b0123cd95408a (diff)
downloaddotfiles-e1caa641ec3b3c80c536ae15fa0d43a223d36c0b.tar.gz
don't save old nnselect: groups to the killed list
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6f39cf34..cb651eb0 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -214,6 +214,8 @@ windows side-by-side in the frame."
'(gnus-message-archive-method '(nnmaildir "fmail" (directory "~/.fmail/")))
'(gnus-permanently-visible-groups "^nnmaildir\\+fmail:\\(?:notes\\|sent\\)$")
'(gnus-read-newsrc-file nil)
+ '(gnus-save-killed-list
+ "^\\(?:[^n]\\|n[^n]\\|nn[^s]\\|nns[^e]\\|nnse[^l]\\|nnsel[^e]\\|nnsele[^c]\\|nnselec[^t]\\|nnselect[^:]\\)")
'(gnus-save-newsrc-file nil)
'(gnus-search-default-engines '((nnmaildir . notmuch)))
'(gnus-search-notmuch-remove-prefix "~/.fmail/")