revised bookmark binds, adding mu4e maildir browser

This commit is contained in:
Matt Nish-Lapidus 2024-06-30 15:25:28 -04:00
parent 8776cb585d
commit e705bceec0
3 changed files with 17 additions and 9 deletions

View file

@ -344,6 +344,8 @@
(add-hook 'mu4e-thread-mode-hook #'mu4e-thread-fold-all)
(set-popup-rule! "*mu4e overview*" :side 'left :size '0.25)
(setq mu4e-bookmarks nil)
(setq sendmail-program "/opt/homebrew/bin/msmtp"
@ -405,6 +407,8 @@
(:maildir "/admin@studyoftime.org/Sent" :key ?5 :name "Sent/admin@studyoftime.org")
(:maildir "/admin@studyoftime.org/Spam" :key ?6 :name "Spam/admin@studyoftime.org")))
(setq mu4e-alert-email-notification-types '(count))
(add-hook! mu4e-compose-mode
(ws-butler-mode -1)))