* mu4e-utils: make getting contacts less chatty

This commit is contained in:
djcb
2012-06-23 19:38:26 +03:00
parent 325dfdc483
commit e90be96670

View File

@ -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))))