* 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))
|
(string-match mu4e-compose-complete-ignore-address-regexp mail))
|
||||||
(add-to-list 'lst
|
(add-to-list 'lst
|
||||||
(if name
|
(if name
|
||||||
(format "%s <%s>" name mail)
|
(format "%s <%s>" name mail)
|
||||||
mail))))))
|
mail))))))
|
||||||
(setq mu4e~contacts-for-completion lst)
|
(setq mu4e~contacts-for-completion lst)
|
||||||
(mu4e-message "Contacts received: %d"
|
|
||||||
(mu4e-message "Contacts received: %d" (length mu4e~contacts-for-completion))))
|
(mu4e-message "Contacts received: %d" (length mu4e~contacts-for-completion))))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user