mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 15:25:08 +02:00
thinkpad-nixos: Handle IOMMU mailing list
This commit is contained in:
parent
740ae49d5e
commit
ac956d4627
1 changed files with 3 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ in {
|
|||
review=thread:{tag:review}
|
||||
_unread=thread:{tag:unread}
|
||||
_todo=thread:{tag:todo}
|
||||
ext/iommu=tag:iommu
|
||||
|
||||
${patchDirs}
|
||||
''}";
|
||||
|
|
@ -294,6 +295,8 @@ in {
|
|||
spammySearch = lib.concatStringsSep " or " spammyFilters;
|
||||
in ''
|
||||
notmuch tag +work -- tag:new and 'path:work/**'
|
||||
notmuch tag +iommu -new -- tag:new and to:iommu@lists.linux.dev and subject:'/\[PATCH/'
|
||||
notmuch tag -unread -- tag:iommu and subject:'/^Re:/'
|
||||
notmuch tag +inflight -- tag:new and from:${config.workAddr} and subject:'/^\[PATCH/'
|
||||
notmuch tag +review -- tag:new and not from:${config.workAddr} and subject:'/^\[PATCH/'
|
||||
notmuch tag -unread +me -- tag:new and from:${config.workAddr}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue