X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=4be7c13d992733bdd4b97f66a431add63014063e;hb=61fa5c0bb88fd3cd4a52d5a5b93a12bed58c063e;hp=c07b67ba3d389d8b44fbc3b248959baa0107b810;hpb=d43f6c00b351424e903c2f2b71c34bc5902b467e;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index c07b67ba..4be7c13d 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -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)