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.
Note: for efficiency, queries used to determine the unread/all
counts do not apply `mu4e-query-rewrite-function', nor do they
discard duplicate or unreadable messages. Thus, the numbers shown
may differ from the number you get from a 'real' query."
counts do not discard duplicate or unreadable messages. Thus, the
numbers shown may differ from the number you get from a normal
query."
:type '(repeat (plist))
:group 'mu4e-bookmarks)

View File

@ -56,13 +56,14 @@ time-based restriction."
:type 'string
:group 'mu4e-compose)
(defcustom mu4e-compose-complete-max 2000
(defcustom mu4e-compose-complete-max nil
"Consider only the top-n contacts.
After considering the other
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."
:type 'string
:group 'mu4e-compose)