(mu4e) Include favorites in unread mail bookmark

This commit is contained in:
Marcel Kapfer 2025-02-10 17:27:50 +01:00
parent 3bd68eed6f
commit 63ed6f4fff
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -2567,7 +2567,8 @@ I don't really like the default bookmarks that mu4e sets. Thats why I overwrite
(setq mu4e-bookmarks
'(( :name "Unread work messages"
:key ?w
:query "(flag:unread and m:/work/*) or m:/work/inbox" )
:query "(flag:unread and m:/work/*) or m:/work/inbox"
:favorite t)
( :name "Unread no-reply work messages"
:key ?n
:query "flag:unread and m:/work-noreply/*" )