(mu4e/work) At shortcut for work-noreply

This commit is contained in:
Marcel Kapfer 2023-06-14 18:23:47 +02:00
parent abf90d727e
commit 53e5436ab6
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

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