From a031f5d21da6e7d920ac1805698907e1a51e80f5 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 7 Feb 2019 16:55:05 -0500 Subject: [PATCH] Change the default Lola email address --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 73b7aca..b646f90 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1390,7 +1390,7 @@ Because email in Emacs is badass. My mail set up is based on [[http://stevelosh. (when msg (string-match-p "jeremydormitzer-lola-com" (mu4e-message-field msg :path)))) - :vars `((user-mail-address . "jeremydormitzer@lola.com") + :vars `((user-mail-address . "jdormit@lola.com") (user-full-name . "Jeremy Dormitzer") (mu4e-sent-folder . ,(concat lola-dir "/Sent")) (mu4e-drafts-folder . ,(concat lola-dir "/Drafts"))