Skip to content

Question 5.12

I want Gnus to kill the buffer after successful sending instead of keeping it alive as "Sent mail to...", how to do it?

Answer

Add this to your ~/.gnus:

emacs-lisp
(setq message-kill-buffer-on-exit t)