Update mu4e bookmarks to remove with images and add flagged

Tweak search header widths to fit in a 120 col split

Explicitly declare search properties but no change from default
This commit is contained in:
Evie Litherland-Smith 2023-11-29 13:51:08 +00:00
parent 846f724cf1
commit 78a0a47924
2 changed files with 20 additions and 4 deletions

View file

@ -613,13 +613,21 @@
(mu4e-change-filenames-when-moving t)
(mu4e-context-policy 'ask-if-none)
(mu4e-compose-context-policy 'ask-if-none)
(mu4e-search-full nil)
(mu4e-search-include-related t)
(mu4e-search-threads t)
(mu4e-search-skip-duplicates t)
(mu4e-maildir-shortcuts '((:maildir "/Proton/Inbox/" :key ?p)
(:maildir "/iCloud/Inbox/" :key ?i)
(:maildir "/Outlook/Inbox/" :key ?w)))
(mu4e-bookmarks '((:name "Unread messages" :query "flag:unread AND NOT flag:trashed" :key ?u :favorite t)
(:name "Today's messages" :query "date:today..now" :key ?t)
(:name "Flagged messages" :query "flag:flagged" :key ?f)
(:name "Last 7 days" :query "date:7d..now" :hide-unread t :key ?w)))
(mu4e-headers-fields
'((:human-date . 8)
(:from-or-to . 30)
(:subject . 82)
(:from . 30)
(:subject . 72)
(:flags)))
(mu4e-headers-visible-flags
'(draft

View file

@ -733,13 +733,21 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
(mu4e-change-filenames-when-moving t)
(mu4e-context-policy 'ask-if-none)
(mu4e-compose-context-policy 'ask-if-none)
(mu4e-search-full nil)
(mu4e-search-include-related t)
(mu4e-search-threads t)
(mu4e-search-skip-duplicates t)
(mu4e-maildir-shortcuts '((:maildir "/Proton/Inbox/" :key ?p)
(:maildir "/iCloud/Inbox/" :key ?i)
(:maildir "/Outlook/Inbox/" :key ?w)))
(mu4e-bookmarks '((:name "Unread messages" :query "flag:unread AND NOT flag:trashed" :key ?u :favorite t)
(:name "Today's messages" :query "date:today..now" :key ?t)
(:name "Flagged messages" :query "flag:flagged" :key ?f)
(:name "Last 7 days" :query "date:7d..now" :hide-unread t :key ?w)))
(mu4e-headers-fields
'((:human-date . 8)
(:from-or-to . 30)
(:subject . 82)
(:from . 30)
(:subject . 72)
(:flags)))
(mu4e-headers-visible-flags
'(draft