X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ac667d0466f3c297b09b51ce1b7f168ffbe1c774..c60cbbe8c902c3bd56a093e5479de4f7855e464f:/dot/emacs?ds=sidebyside 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")