X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=5462f54373cdde9b5f5415875545b3fe08fc0185;hb=10f4724a8d51a411d8f63d9449a38cd71bee6ae9;hp=45a6daabb0548a15c10e99354e4c35f95544e347;hpb=1de4d5bb0d2bdcf9d14736b86a417d32e8c8668a;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 45a6daab..5462f543 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -322,8 +322,8 @@ modified. This function is notmuch addaptation of (notmuch-mua-pop-to-buffer (message-buffer-name "mail" to) (or switch-function (notmuch-mua-get-switch-function))) (let ((headers - ;; The following sexp is copied from `message-mail' - (nconc + (append + ;; The following is copied from `message-mail' `((To . ,(or to "")) (Subject . ,(or subject ""))) ;; C-h f compose-mail says that headers should be specified as ;; (string . value); however all the rest of message expects