✨ (mu4e) Include favorites in unread mail bookmark
This commit is contained in:
parent
3bd68eed6f
commit
63ed6f4fff
1 changed files with 2 additions and 1 deletions
|
@ -2567,7 +2567,8 @@ I don't really like the default bookmarks that mu4e sets. Thats why I overwrite
|
||||||
(setq mu4e-bookmarks
|
(setq mu4e-bookmarks
|
||||||
'(( :name "Unread work messages"
|
'(( :name "Unread work messages"
|
||||||
:key ?w
|
: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"
|
( :name "Unread no-reply work messages"
|
||||||
:key ?n
|
:key ?n
|
||||||
:query "flag:unread and m:/work-noreply/*" )
|
:query "flag:unread and m:/work-noreply/*" )
|
||||||
|
|
Loading…
Add table
Reference in a new issue