mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
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:
parent
4266e76eed
commit
0b138c2686
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue