From e50deffd24c651322ea164241c3cd68dc8ddfdb9 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 14 Sep 2024 11:16:22 -0700 Subject: [PATCH] Added new email folders to emacs config --- dotfiles/.emacs.d/email.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/.emacs.d/email.org b/dotfiles/.emacs.d/email.org index 216c327..be0476b 100644 --- a/dotfiles/.emacs.d/email.org +++ b/dotfiles/.emacs.d/email.org @@ -137,7 +137,9 @@ This section contains the ~mu4e~ emacs specific configuration. (:maildir "/Packages" :key ?p) (:maildir "/Work" :key ?w) (:maildir "/Club" :key ?c) - (:maildir "/UCSC" :key ?u)))) + (:maildir "/UCSC" :key ?u) + (:maildir "/Newsletters" :key ?n) + (:maildir "/Automated" :key ?A))) #+end_src Adding some configuration to correct ~mu4e~'s default values.