mu4e: doc improvements, mu4e-compose-complete-max to nil

This commit is contained in:
Dirk-Jan C. Binnema 2022-05-12 08:52:10 +03:00
parent 5b5dbf3aae
commit ccdc45c4fa
2 changed files with 7 additions and 6 deletions

View File

@ -65,9 +65,9 @@ bookmark uses a very slow query.
implied when `:query' is a function. implied when `:query' is a function.
Note: for efficiency, queries used to determine the unread/all Note: for efficiency, queries used to determine the unread/all
counts do not apply `mu4e-query-rewrite-function', nor do they counts do not discard duplicate or unreadable messages. Thus, the
discard duplicate or unreadable messages. Thus, the numbers shown numbers shown may differ from the number you get from a normal
may differ from the number you get from a 'real' query." query."
:type '(repeat (plist)) :type '(repeat (plist))
:group 'mu4e-bookmarks) :group 'mu4e-bookmarks)

View File

@ -56,13 +56,14 @@ time-based restriction."
:type 'string :type 'string
:group 'mu4e-compose) :group 'mu4e-compose)
(defcustom mu4e-compose-complete-max 2000 (defcustom mu4e-compose-complete-max nil
"Consider only the top-n contacts. "Consider only the top-n contacts.
After considering the other After considering the other
constraints (`mu4e-compose-complete-addresses' and constraints (`mu4e-compose-complete-addresses' and
`mu4e-compose-complete-only-after'), pick only the highest-ranked n. `mu4e-compose-complete-only-after'), pick only the highest-ranked
<n>.
This reduce start-up time and memory usage. Set to nil for no This reduces start-up time and memory usage. Set to nil for no
limits." limits."
:type 'string :type 'string
:group 'mu4e-compose) :group 'mu4e-compose)