summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 9f53b390..96a04dda 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -261,11 +261,6 @@ windows side-by-side in the frame."
'("^From:" "^Subject:" "^Date:" "^To:" "^Cc:" "^Message-ID:") nil nil "For compatibility.")
'(message-make-forward-subject-function '(message-forward-subject-fwd) nil nil "For compatibility.")
'(message-sendmail-envelope-from 'header nil nil "Bypass MTA rewriting user@localhost.")
- '(message-templ-alist
- '(("default"
- ("From" . "Sean Whitton <spwhitton@spwhitton.name>"))
- ("UA"
- ("From" . "Sean Whitton <spwhitton@email.arizona.edu>"))))
'(minibuffer-follows-selected-frame nil)
'(mm-default-directory "~/tmp/")
'(mml-secure-openpgp-encrypt-to-self t nil nil "So I can read copies in my sent mail directory.")