From 63ed6f4fff2421c90846f05ec2eacd9d01082fcb Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 17:27:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(mu4e)=20Include=20favorites=20in?= =?UTF-8?q?=20unread=20mail=20bookmark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 8bacca8..a761cad 100644 --- a/config.org +++ b/config.org @@ -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/*" )