dot/emacs: Don't try to save mail to `~/Mail/sent'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 14 Apr 2016 15:41:12 +0000 (16:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 14 Apr 2016 15:41:12 +0000 (16:41 +0100)
It doesn't exist anywhere.

dot/emacs

index c32d836..34146b1 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq mail-from-style 'angles
       mail-signature t
       mail-yank-prefix "> "
-      mail-archive-file-name "~/Mail/sent"
+      mail-archive-file-name nil
+      message-default-mail-headers ""
+      message-default-news-headers ""
       compose-mail-user-agent-warnings nil)
 
 (setq rmail-display-summary t)