some temp workarounds

This commit is contained in:
Matt Nish-Lapidus 2024-09-07 22:24:08 -04:00
parent c866312818
commit ff11fa1d19
3 changed files with 15 additions and 3 deletions

View file

@ -84,7 +84,7 @@
;; tell meow to start mu4e in motion state
(pushnew! meow-mode-state-list '(mu4e-main-mode . motion))
(setq mu4e-update-interval 300
(setq mu4e-update-interval 60
mu4e-headers-auto-update t)
(setq
@ -135,6 +135,7 @@
;; (:name "The Boss" :query "from:stallman" :key ?s)
;; (:name "Last 7 days" :query "date:7d..now" :hide-unread t :key ?w)
;; (:name "Messages with images" :query "mime:image/*" :key ?p)))
(mu4e-bookmark-define
(concat "maildir:/matt@emenel.ca/Drafts"
" or maildir:/admin@studyoftime.org/Drafts")
@ -176,7 +177,6 @@
"All Inboxes"
?i)
(setq mu4e-maildir-shortcuts
'((:maildir "/matt@emenel.ca/Inbox" :key ?1 :name "Inbox/matt@emenel.ca")
(:maildir "/matt@emenel.ca/Drafts" :key ?2 :name "Drafts/matt@emenel.ca")
@ -189,5 +189,8 @@
(setq mu4e-alert-email-notification-types '(count))
;; FIXME: workaround for issue with doom mu4e not expanding ~
(setq mu4e-get-mail-command "mbsync -a")
(add-hook! mu4e-compose-mode
(ws-butler-mode -1)))