From c17cdbb53ac3d598f7a9063e37a46e7a467259f8 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 15 Apr 2022 20:36:19 +0200 Subject: [PATCH] Fixed neomutt not filtering bc --- home-manager-modules/mails/neomuttrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager-modules/mails/neomuttrc b/home-manager-modules/mails/neomuttrc index 585ea71..6ce0b2b 100644 --- a/home-manager-modules/mails/neomuttrc +++ b/home-manager-modules/mails/neomuttrc @@ -33,9 +33,10 @@ set sidebar_short_path = yes set timeout=10 set mail_check=10 -virtual-mailboxes "Inbox" "notmuch://?query=tag:inbox and NOT tag:dg and NOT tag:cof and NOT tag:fanfare and NOT tag:kfet and NOT tag:chefs" +virtual-mailboxes "Inbox" "notmuch://?query=tag:inbox and NOT tag:dg and NOT tag:cof and NOT tag:fanfare and NOT tag:kfet and NOT tag:chefs and NOT tag:bc" virtual-mailboxes "K-FĂȘt" "notmuch://?query=tag:kfet" virtual-mailboxes "Chefs" "notmuch://?query=tag:chefs" +virtual-mailboxes "Bilan Carbone" "notmuch://?query=tag:bc" virtual-mailboxes "DG" "notmuch://?query=tag:dg and NOT tag:externement and NOT tag:fermeture and NOT tag:malle and NOT tag:situation and NOT tag:thurnage" virtual-mailboxes "Externements" "notmuch://?query=tag:externement" virtual-mailboxes "Fermeture" "notmuch://?query=tag:fermeture"