summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-07 23:55:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:33 -0700
commit5fca09e07ee80865ea7dbee8500ee9b53648929e (patch)
tree580be307ee1cf5d1ada8713502a402653d41d303
parent15482124e8d9463a6bf534e5747c47e2c5e3dab8 (diff)
downloaddotfiles-5fca09e07ee80865ea7dbee8500ee9b53648929e.tar.gz
move setting message-templ-alist out of 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.")