* mu4e: move mu4e-search-results-limit => mu4e-headers-results-limit

This commit is contained in:
djcb
2012-12-25 19:42:47 +02:00
parent 8f00cccd3c
commit b1e1574883
2 changed files with 27 additions and 15 deletions

View File

@ -105,15 +105,6 @@ personal message. This is used when indexing messages."
:type 'string
:group 'mu4e)
(defcustom mu4e-search-results-limit 500
"Maximum number of search results.
Use -1 for no limit. Since limiting search results speeds up
searches significantly, it's useful to limit this. Note, to
ignore the limit, use a prefix argument (C-u) before invoking the
search."
:type '(choice (const :tag "Unlimited" -1)
(integer :tag "Limit"))
:group 'mu4e)
(defvar mu4e-debug nil
"When set to non-nil, log debug information to the *mu4e-log* buffer.")