* mu4e-vars.el: set the default search results limit to 500, so we're really
snappy by default
This commit is contained in:
@ -84,7 +84,7 @@ in :from-or-to headers. By default, match nothing.")
|
||||
"Date format to use in the message view, in the format of
|
||||
`format-time-string'.")
|
||||
|
||||
(defvar mu4e-search-results-limit 1000
|
||||
(defvar mu4e-search-results-limit 500
|
||||
"Maximum number of search results (or -1 for unlimited). Since
|
||||
limiting search results speeds up searches significantly, it's
|
||||
useful to limit this. Note, to ignore the limit, use a prefix
|
||||
|
||||
Reference in New Issue
Block a user