Clean up mu4e bookmarks

This commit is contained in:
coolneng 2022-10-28 09:37:01 +02:00
parent a3246af270
commit 33e17cad08
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

@ -48,3 +48,7 @@
'(("/disroot/inbox" . ?d)
("/gmail/inbox" . ?g)
("/ugent/inbox" . ?u)))
;; Change mu4e bookmarks
(setq mu4e-bookmarks '((:name "Unread messages" :query "flag:unread AND NOT flag:trashed" :key 117)
(:name "Today's messages" :query "date:today..now" :key 116)
(:name "Last 7 days" :query "date:7d..now" :hide-unread t :key 119)))