]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-mua.el
emacs: use mark instead of point-max in MML quoting.
[notmuch] / emacs / notmuch-mua.el
index c07b67ba3d389d8b44fbc3b248959baa0107b810..4be7c13d992733bdd4b97f66a431add63014063e 100644 (file)
@@ -121,7 +121,7 @@ list."
   ;; properly quote them in the reply.  Note that using `point-max'
   ;; instead of `mark' here is wrong.  The buffer may include user's
   ;; signature which should not be MML-quoted.
-  (mml-quote-region (point) (point-max)))
+  (mml-quote-region (point) (mark)))
 
 (defun notmuch-mua-forward-message ()
   (message-forward)