Compare commits

..

No commits in common. "33e17cad08ac0eda3db9c2b9f055f44a0984a15c" and "f062bcb21830a87469ca086d8b1e4a8e2d16f668" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -48,7 +48,3 @@
'(("/disroot/inbox" . ?d) '(("/disroot/inbox" . ?d)
("/gmail/inbox" . ?g) ("/gmail/inbox" . ?g)
("/ugent/inbox" . ?u))) ("/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)))

View File

@ -29,6 +29,9 @@
:deadline today) :deadline today)
(:name "Important" (:name "Important"
:priority "A") :priority "A")
(:name "Tomorrow"
:scheduled tomorrow
:deadline tomorrow)
(:name "Assignments" (:name "Assignments"
:tag "labs" :tag "labs"
:order 10) :order 10)