mu4e: update bookmarks
Add Inbox bookmark, set as favourite Add maildir:/inbox/ requirement to Today and Unread bookmarks, add not flag:trashed to Flagged Remove last 7 days bookmark, use case completely replaced by Inbox
This commit is contained in:
parent
767a435f69
commit
97ba306cb1
|
@ -1107,10 +1107,10 @@ Set fill column to 88 and enable display in python buffers
|
||||||
(mu4e-maildir-shortcuts '((:maildir "/Proton/Inbox/" :key ?p)
|
(mu4e-maildir-shortcuts '((:maildir "/Proton/Inbox/" :key ?p)
|
||||||
(:maildir "/iCloud/Inbox/" :key ?i)
|
(:maildir "/iCloud/Inbox/" :key ?i)
|
||||||
(:maildir "/Outlook/Inbox/" :key ?w)))
|
(:maildir "/Outlook/Inbox/" :key ?w)))
|
||||||
(mu4e-bookmarks '((:name "Unread messages" :query "flag:unread AND NOT flag:trashed" :key ?u :favorite t)
|
(mu4e-bookmarks '((:name "Inbox" :query "maildir:/inbox/" :key ?i :favorite t)
|
||||||
(:name "Today's messages" :query "date:today..now" :key ?t)
|
(:name "Today" :query "date:today..now AND maildir:/inbox/" :key ?t)
|
||||||
(:name "Flagged messages" :query "flag:flagged" :key ?f)
|
(:name "Unread" :query "flag:unread AND maildir:/inbox/ AND NOT flag:trashed" :key ?u)
|
||||||
(:name "Last 7 days" :query "date:7d..now" :hide-unread t :key ?w)))
|
(:name "Flagged" :query "flag:flagged AND NOT flag:trashed" :key ?f)))
|
||||||
(mu4e-headers-fields
|
(mu4e-headers-fields
|
||||||
'((:human-date . 8)
|
'((:human-date . 8)
|
||||||
(:from . 24)
|
(:from . 24)
|
||||||
|
|
Loading…
Reference in a new issue