Set up mu4e bookmarks
This commit is contained in:
parent
5e81df72fd
commit
f7fba8c7cc
@ -3651,6 +3651,21 @@ Then configure it:
|
|||||||
("view as pdf" . mu4e-action-view-as-pdf)
|
("view as pdf" . mu4e-action-view-as-pdf)
|
||||||
("show this thread" . mu4e-action-show-thread)
|
("show this thread" . mu4e-action-show-thread)
|
||||||
("View in browser" . mu4e-action-view-in-browser))
|
("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
|
;; Getting mail
|
||||||
mu4e-get-mail-command "mbsync -a"
|
mu4e-get-mail-command "mbsync -a"
|
||||||
;; Sending mail
|
;; Sending mail
|
||||||
|
Loading…
Reference in New Issue
Block a user