X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;fp=emacs%2Fnotmuch-mua.el;h=df2ac4470f5200fcfb183f5c1cf01c5c84a15c24;hb=e8cb6b2cd63c9ea8a011cb9f672baf04b4c14f7b;hp=fc8ac687e8208b64d95c9032e7e3e22ea989e5ca;hpb=4e213fe9b4332deb3f11f1dbc71cbdd47a8a1525;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))