]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - emacs/notmuch-address.el
Emacs: Display a message when generating address completion candidates
[notmuch.git] / emacs / notmuch-address.el
index fa65cd52a318d5d91fb4eaf4fa3f751127159ec3..fde3c1b2b861fb15063abe5fb4d480084149c88c 100644 (file)
@@ -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)