From: Mark Walters Date: Thu, 29 Sep 2016 13:44:04 +0000 (+0100) Subject: emacs: fcc: say we are doing Fcc X-Git-Tag: 0.23_rc1~3 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0b138c268641080c766801b4d74db3b693ca6eaa;hp=4266e76eed0e0b2ab8a720b60f8b3cc515fe0aac 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. --- 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)))