Added new email folders to emacs config

This commit is contained in:
Random936 2024-09-14 11:16:22 -07:00
parent e45333183e
commit e50deffd24

View File

@ -137,7 +137,9 @@ This section contains the ~mu4e~ emacs specific configuration.
(:maildir "/Packages" :key ?p) (:maildir "/Packages" :key ?p)
(:maildir "/Work" :key ?w) (:maildir "/Work" :key ?w)
(:maildir "/Club" :key ?c) (:maildir "/Club" :key ?c)
(:maildir "/UCSC" :key ?u)))) (:maildir "/UCSC" :key ?u)
(:maildir "/Newsletters" :key ?n)
(:maildir "/Automated" :key ?A)))
#+end_src #+end_src
Adding some configuration to correct ~mu4e~'s default values. Adding some configuration to correct ~mu4e~'s default values.