X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=399e1380df02a8ac2d0caae38179ad675135866f;hb=64b0d21da00a2f5fb7a5b0452b11b50607932fc7;hp=04459750073c582370d87fa3b743d22dad972e5f;hpb=fdce7eb54532a0bdbd56ca3d56099b190eb7284c;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 04459750..399e1380 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -338,7 +338,10 @@ modified. This function is notmuch addaptation of ;; We need to convert any string input, eg from rmail-start-mail. (dolist (h other-headers other-headers) (if (stringp (car h)) (setcar h (intern (capitalize (car h)))))))) - (args (list yank-action send-actions))) + (args (list yank-action send-actions)) + ;; Cause `message-setup-1' to do things relevant for mail, + ;; such as observe `message-default-mail-headers'. + (message-this-is-mail t)) ;; message-setup-1 in Emacs 23 does not accept return-action ;; argument. Pass it only if it is supplied by the caller. This ;; will never be the case when we're called by `compose-mail' in