diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2016-09-29 14:44:04 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-30 07:13:54 -0300 |
| commit | 0b138c268641080c766801b4d74db3b693ca6eaa (patch) | |
| tree | 222168af002ddb30e7e8792471466f27f7844b84 | |
| parent | 4266e76eed0e0b2ab8a720b60f8b3cc515fe0aac (diff) | |
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.
| -rw-r--r-- | emacs/notmuch-maildir-fcc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el index 3587d045..95e56503 100644 --- 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))) |
