X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=1f2446132303938d76d397586630a7423fd2ddf2;hp=9247cdd50cb6e8be73b87e1aee5e99ac27b444b6;hb=91d1d3f043b82d5f3f8c04f2db71a829a7406131;hpb=03fd69322b1583e1a05007d303d9fd15a54a02af diff --git a/notmuch.el b/notmuch.el index 9247cdd5..1f244613 100644 --- a/notmuch.el +++ b/notmuch.el @@ -289,6 +289,7 @@ buffer." (defun notmuch-reply (query-string) (switch-to-buffer (generate-new-buffer "notmuch-draft")) (call-process notmuch-command nil t nil "reply" query-string) + (message-insert-signature) (goto-char (point-min)) (if (re-search-forward "^$" nil t) (progn