[PATCH] emacs: fcc: say we are doing Fcc
Mark Walters
markwalters1009 at gmail.com
Thu Sep 29 06:44:04 PDT 2016
Since doing the Fcc with notmuch insert could be slow (if the indexing
takes some time) add a message saying we are doing it.
---
Jani pointed out on irc that if there is a delay in sending a message
it is unclear if it is a slow mail server or notmuch insert being slow
when called for the fcc header.
(Note we don't say "done" when we are done as most message-mode code
doesn't and the final "send done" should be the next message.)
Best wishes
Mark
emacs/notmuch-maildir-fcc.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el
index 1218c01..40b1254 100644
--- a/emacs/notmuch-maildir-fcc.el
+++ b/emacs/notmuch-maildir-fcc.el
@@ -195,6 +195,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)))
--
2.1.4
More information about the notmuch
mailing list