]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-mua.el
Easier way to define a fcc directory
[notmuch] / emacs / notmuch-mua.el
index 9fbb94a668342f06821597d8d4c50fe509fa9ef4..bd06e3cb29764c2cc4f46de96111a4da47db622e 100644 (file)
@@ -101,7 +101,7 @@ list."
     ;; insert the message body - but put it in front of the signature
     ;; if one is present
     (goto-char (point-max))
-    (if (re-search-backward "-- " nil t)
+    (if (re-search-backward message-signature-separator nil t)
          (forward-line -1)
       (goto-char (point-max)))
     (insert body))