From c60cbbe8c902c3bd56a093e5479de4f7855e464f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 11 Nov 2011 17:56:44 +0000 Subject: [PATCH] dot/emacs: Turn off warning about the change to message-mode. Also reformat that settings stanza. --- dot/emacs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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") -- 2.11.0