]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
Insert signature into replies
[notmuch] / notmuch.el
index 9247cdd50cb6e8be73b87e1aee5e99ac27b444b6..1f2446132303938d76d397586630a7423fd2ddf2 100644 (file)
@@ -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