X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-print.el;h=880f96d9053f38c3e7ad5a0837e874db7b8a89d2;hp=fd86288acc62761442a297ef3b2cf6aa37f884ac;hb=6f388fa711188813d670aa086f2a6acdbeead69a;hpb=cd03f214470996ec03b126f86afafef5296fd879 diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el index fd86288a..880f96d9 100644 --- a/emacs/notmuch-print.el +++ b/emacs/notmuch-print.el @@ -82,6 +82,7 @@ Optional OUTPUT allows passing a list of flags to muttprint." (defun notmuch-print-message (msg) "Print a message using the user-selected mechanism." + (set-buffer-modified-p nil) (funcall notmuch-print-mechanism msg)) (provide 'notmuch-print)