X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-address.el;h=fde3c1b2b861fb15063abe5fb4d480084149c88c;hb=2a0a13a433e24076453da38f18d7d6053af34287;hp=fa65cd52a318d5d91fb4eaf4fa3f751127159ec3;hpb=f0dfda5c7797f9db81ce35d270fe0ac406c7fca1;p=notmuch diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el index fa65cd52..fde3c1b2 100644 --- a/emacs/notmuch-address.el +++ b/emacs/notmuch-address.el @@ -70,7 +70,8 @@ to know how address selection is made by default." (point))) (orig (buffer-substring-no-properties beg end)) (completion-ignore-case t) - (options (notmuch-address-options orig)) + (options (with-temp-message "Looking for completion candidates..." + (notmuch-address-options orig))) (num-options (length options)) (chosen (cond ((eq num-options 0)