chiark / gitweb /
dot/emacs: Turn off warning about the change to message-mode.
[profile] / dot / emacs
index d9b10358684bfde0f3f67056e04d17a6ee3d9908..faae519ba4183d4d82c2056e6973fcfbad63adb5 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 ;; ---- 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")