mail: fix typo
This commit is contained in:
parent
201fef3084
commit
aa1f91c5b4
|
@ -178,7 +178,7 @@ in
|
|||
pkgs.dovecot_pigeonhole
|
||||
];
|
||||
sievesScripts = {
|
||||
before = pkgs.WriteText "spam.sieve" ''
|
||||
before = pkgs.writeText "spam.sieve" ''
|
||||
require "fileinto";
|
||||
|
||||
if anyof(
|
||||
|
|
Loading…
Reference in a new issue