summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-08 17:23:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:33 -0700
commit53dfc24c1acf4d188acc6a937899e443c9bd3c87 (patch)
tree55f643d461ff53bf8f5c17aef8940f59b7295b09
parent21ccea4c3cd489c0527dbdec8d06f076f163d216 (diff)
downloaddotfiles-53dfc24c1acf4d188acc6a937899e443c9bd3c87.tar.gz
avoid notmuch search ephemeral groups getting their own score files
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6cc7cf75..17570846 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2726,7 +2726,8 @@ mutt's review view, after exiting EDITOR."
(gnus-group-read-ephemeral-group
(concat "nnselect-" (message-unique-id)) (list 'nnselect "nnselect")
nil (cons (current-buffer) gnus-current-window-configuration) nil nil
- `((nnselect-specs
+ `((score-file . "all.SCORE") (adapt-file . "all.ADAPT")
+ (nnselect-specs
. ((nnselect-function . gnus-search-run-query)
(nnselect-args
. ((search-group-spec ("nnmaildir:fmail"))