aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--emacs/notmuch-print.el1
1 files changed, 1 insertions, 0 deletions
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)