thinkpad-nixos: Correctly sort incoming self mails

This commit is contained in:
traxys 2023-05-26 15:30:10 +02:00
parent 579e5ec220
commit 7588467bde

View file

@ -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
'';
};