From 7588467bde51bfb0477bad113d29814efdf5467f Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 26 May 2023 15:30:10 +0200 Subject: [PATCH] thinkpad-nixos: Correctly sort incoming self mails --- hostconfig/thinkpad-nixos/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index e864159..dcc4fd7 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -230,7 +230,6 @@ notmuch tag +${tag} +unread -new -- tag:new and \( ${mkProjectMatches labels} \) ''; in '' - notmuch tag -new -unread -- tag:new and from:quentin.boyer@***REMOVED*** notmuch tag +work -- tag:new and 'path:work/**' notmuch tag +inflight -- tag:new and from:quentin.boyer@***REMOVED*** and subject:'/^\[PATCH/' notmuch tag +review -- tag:new and not from:quentin.boyer@***REMOVED*** and subject:'/^\[PATCH/' @@ -238,6 +237,7 @@ ${mkProject "bxi3" ["bxi3"]} ${mkProject "libs2" ["bxi-jenkins-libs2"]} ${mkProject "hps" ["bxi-hps"]} + notmuch tag -new -unread -- tag:new and from:quentin.boyer@***REMOVED*** notmuch tag +inbox +unread -new -- tag:new ''; };