diff options
| -rw-r--r-- | ravi-init-mu.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ravi-init-mu.el b/ravi-init-mu.el index d1bc3b4..7e74cda 100644 --- a/ravi-init-mu.el +++ b/ravi-init-mu.el @@ -165,6 +165,7 @@ ) (setq message-citation-line-function 'message-insert-formatted-citation-line) + (setq message-kill-buffer-on-exit t) (setq mu4e-compose-signature-auto-include nil) ;; Allow attaching files from dired (require 'gnus-dired) |
