summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 122d40af..0e6a0902 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3364,7 +3364,7 @@ mutt's review view, after exiting EDITOR."
. ((search-group-spec ("nnmaildir:fmail"))
(search-query-spec
(thread . ,thread) (query . ,query) (raw . t)
- (limit . ,(cl-case limit (0 nil) ((nil) 200) (t limit))))))))
+ (limit . ,(cl-case limit (0 nil) ((nil) 100) (t limit))))))))
(nnselect-artlist . nil)))))
(global-set-key "\C-cgm" #'spw/gnus-notmuch-ephemeral-search)