]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-maildir-fcc.el
emacs: notmuch-lib: add refresh all buffers function
[notmuch] / emacs / notmuch-maildir-fcc.el
index 3587d045d440e6b481539085c3284cdf4a6dfd6e..95e565033c050d9e436cbcaaf3cccb6038506219 100644 (file)
@@ -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)))