emacs: fcc: say we are doing Fcc

Since doing the Fcc with notmuch insert could be slow (if the indexing
takes some time) add a message saying we are doing it.
This commit is contained in:
Mark Walters 2016-09-29 14:44:04 +01:00 committed by David Bremner
parent 4266e76eed
commit 0b138c2686

View file

@ -203,6 +203,7 @@ This is a rearranged version of message mode's message-do-fcc."
If `notmuch-maildir-use-notmuch-insert` is set then store the
message using notmuch insert. Otherwise store the message using
normal fcc."
(message "Doing Fcc...")
(if notmuch-maildir-use-notmuch-insert
(notmuch-maildir-fcc-with-notmuch-insert fcc-header)
(notmuch-maildir-fcc-file-fcc fcc-header)))