fix(mail): afew filters was never applied because misplaced
This commit is contained in:
parent
30ebf1e5d0
commit
a023323e34
1 changed files with 1 additions and 1 deletions
|
@ -86,8 +86,8 @@ in
|
|||
[KillThreadsFilter]
|
||||
[ArchiveSentMailsFilter]
|
||||
sent_tag = sent
|
||||
[InboxFilter]
|
||||
${lib.concatImapStrings (p: e: "\n\n[Filter.${toString p}]\n ${lib.concatStringsSep "\n" (lib.mapAttrsToList (n: v: "${n} = ${v}") e)}") mailFilterRules}
|
||||
[InboxFilter]
|
||||
'';
|
||||
};
|
||||
programs.neomutt = let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue