From 7311ed38fb9f23b5d5d6bb1a4b6c772d84dcfef1 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 13 Jan 2019 15:32:48 +0100 Subject: [PATCH] mu4e: Explain why we keep the buffer after sending with mu4e-conversation --- .emacs.d/lisp/init-mu4e.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-mu4e.el b/.emacs.d/lisp/init-mu4e.el index d1e25880..a45fdbc0 100644 --- a/.emacs.d/lisp/init-mu4e.el +++ b/.emacs.d/lisp/init-mu4e.el @@ -40,7 +40,7 @@ Default to unread messages if the header buffer does not already exist." ;; Don't bother me with context on startup. mu4e-context-policy nil - ;; Don't keep sent e-mail buffer. (Not needed with mu4e-conversation.) + ;; Don't keep sent e-mail buffer. (We want to keep it with mu4e-conversation.) message-kill-buffer-on-exit nil ;; For reporting bugs, "C-x m", etc.