From b51af7bc5ae482904b73340c8be1452fef416aff Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 20 Sep 2023 19:14:59 -0700 Subject: [PATCH] Updated user-mail-address variable --- .emacs.d/email.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.emacs.d/email.org b/.emacs.d/email.org index 6a20007..b674744 100644 --- a/.emacs.d/email.org +++ b/.emacs.d/email.org @@ -61,5 +61,10 @@ From here, I can continue onto configuring the ~mu4e~ emacs package. (:maildir "/[Gmail]/Sent Mail" :key ?s) (:maildir "/[Gmail]/Trash" :key ?t) (:maildir "/[Gmail]/Drafts" :key ?d) - (:maildir "/[Gmail]/All Mail" :key ?d)))) + (:maildir "/[Gmail]/All Mail" :key ?a)))) +#+end_src + +Adding some configuration to correct ~mu4e~'s default values. +#+begin_src emacs-lisp +(setq user-mail-address "randomdude936@gmail.com") #+end_src