X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=df2ac4470f5200fcfb183f5c1cf01c5c84a15c24;hb=617b36f3d1e9ccdf4f0a44baba84a3d8ac76afcf;hp=fc8ac687e8208b64d95c9032e7e3e22ea989e5ca;hpb=963ccabe93b0564e6979433f5be34395e9aa8ef1;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index fc8ac687..df2ac447 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -543,6 +543,7 @@ unencrypted. Really send? ")))) (defun notmuch-mua-send-common (arg &optional exit) (interactive "P") + (run-hooks 'notmuch-mua-send-hook) (when (and (notmuch-mua-check-no-misplaced-secure-tag) (notmuch-mua-check-secure-tag-has-newline)) (letf (((symbol-function 'message-do-fcc) #'notmuch-maildir-message-do-fcc))