[PATCH v1] emacs: Forwarded messages should not have modified buffers
David Bremner
david at tethera.net
Sun Jun 22 03:44:41 PDT 2014
David Edmondson <dme at dme.org> writes:
> @@ -346,7 +346,8 @@ the From: address first."
> (message-forward-make-body cur)
> ;; `message-forward-make-body' shows the User-agent header. Hide
> ;; it again.
> - (message-hide-headers)))
> + (message-hide-headers)
> + (set-buffer-modified-p nil)))
>
> (defun notmuch-mua-new-reply (query-string &optional prompt-for-sender reply-all)
> "Compose a reply to the message identified by QUERY-STRING.
> --
> 2.0.0.rc2
Bah. Sometimes mail systems suck. I finally managed to apply this after
some effort. For future reference, it was still quoted printable and
(even more mysteriously) something mangled the indentation of the
context lines, moving them one space left; once can see this most
clearly on the last two lines.
d
More information about the notmuch
mailing list