X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=32e2e30bfd938d96a37ad6014768810006e0e737;hp=7114e48a4b8ca94223c969cefebcb5f50fde55fa;hb=03146f2013fb820d2b7c424d7b8e733147b5eafd;hpb=a74ec0edd65f46eca097fd7784aaaef88801267e diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 7114e48a..32e2e30b 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -108,7 +108,8 @@ list." (if (re-search-backward message-signature-separator nil t) (forward-line -1) (goto-char (point-max))) - (insert body)) + (insert body) + (push-mark)) (set-buffer-modified-p nil) (message-goto-body))