* mu4e-vars.el: set the default search results limit to 500, so we're really

snappy by default
This commit is contained in:
djcb
2012-05-04 08:30:29 +03:00
parent f4ae1bb6d6
commit 5f5714184e

View File

@ -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 "Date format to use in the message view, in the format of
`format-time-string'.") `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 "Maximum number of search results (or -1 for unlimited). Since
limiting search results speeds up searches significantly, it's limiting search results speeds up searches significantly, it's
useful to limit this. Note, to ignore the limit, use a prefix useful to limit this. Note, to ignore the limit, use a prefix