* mu4e-utils: make getting contacts less chatty
This commit is contained in:
@ -565,10 +565,9 @@ This is used by the completion function in mu4e-compose."
|
||||
(string-match mu4e-compose-complete-ignore-address-regexp mail))
|
||||
(add-to-list 'lst
|
||||
(if name
|
||||
(format "%s <%s>" name mail)
|
||||
(format "%s <%s>" name mail)
|
||||
mail))))))
|
||||
(setq mu4e~contacts-for-completion lst)
|
||||
(mu4e-message "Contacts received: %d"
|
||||
(setq mu4e~contacts-for-completion lst)
|
||||
(mu4e-message "Contacts received: %d" (length mu4e~contacts-for-completion))))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user