Set up mu4e bookmarks

This commit is contained in:
Jeremy Dormitzer 2020-04-22 16:50:47 -04:00
parent 5e81df72fd
commit f7fba8c7cc

View File

@ -3651,6 +3651,21 @@ Then configure it:
("view as pdf" . mu4e-action-view-as-pdf)
("show this thread" . mu4e-action-show-thread)
("View in browser" . mu4e-action-view-in-browser))
;; Bookmarked searches
mu4e-bookmarks '((:name "Inbox"
:query (concat "maildir:/jeremy-dormitzer-gmail-com/Inbox"
" OR maildir:/jeremydormitzer-lola-com/Inbox")
:key ?i)
(:name "Unread messages"
:query "flag:unread AND NOT flag:trashed"
:key ?u)
(:name "Today's messages"
:query "date:today..now"
:key ?t)
(:name "Last 7 days"
:query "date:7d..now"
:show-unread t
:key ?p))
;; Getting mail
mu4e-get-mail-command "mbsync -a"
;; Sending mail