projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4266e76
)
emacs: fcc: say we are doing Fcc
author
Mark Walters
<markwalters1009@gmail.com>
Thu, 29 Sep 2016 13:44:04 +0000
(14:44 +0100)
committer
David Bremner
<david@tethera.net>
Fri, 30 Sep 2016 10:13:54 +0000
(07:13 -0300)
Since doing the Fcc with notmuch insert could be slow (if the indexing
takes some time) add a message saying we are doing it.
emacs/notmuch-maildir-fcc.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-maildir-fcc.el
b/emacs/notmuch-maildir-fcc.el
index 3587d045d440e6b481539085c3284cdf4a6dfd6e..95e565033c050d9e436cbcaaf3cccb6038506219 100644
(file)
--- a/
emacs/notmuch-maildir-fcc.el
+++ b/
emacs/notmuch-maildir-fcc.el
@@
-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)))