From 53e5436ab68fa542e6c3a45a48110ac2a6384bfe Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 14 Jun 2023 18:23:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(mu4e/work)=20At=20shortcut=20for?= =?UTF-8?q?=20work-noreply?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index 43bb4bf..d3c2df5 100644 --- a/config.org +++ b/config.org @@ -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" )))