From: Mark Wooding Date: Fri, 11 Nov 2011 17:56:44 +0000 (+0000) Subject: dot/emacs: Turn off warning about the change to message-mode. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/c60cbbe8c902c3bd56a093e5479de4f7855e464f dot/emacs: Turn off warning about the change to message-mode. Also reformat that settings stanza. --- diff --git a/dot/emacs b/dot/emacs index d9b1035..faae519 100644 --- a/dot/emacs +++ b/dot/emacs @@ -127,10 +127,11 @@ ;; ---- Some mail and news configuration --- -(setq mail-from-style 'parens) -(setq mail-signature t) -(setq mail-yank-prefix "> ") -(setq mail-archive-file-name "~/Mail/sent") +(setq mail-from-style 'parens + mail-signature t + mail-yank-prefix "> " + mail-archive-file-name "~/Mail/sent" + compose-mail-user-agent-warnings nil) (setq rmail-display-summary t) (setq rmail-file-name "~/Mail/rmail")