mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-23 20:47:16 +01:00
thinkpad-nixos: Correctly sort incoming self mails
This commit is contained in:
parent
579e5ec220
commit
7588467bde
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue