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