forked from wurzel/fruitbasket
mail: enable imap_filter_sieve
This commit is contained in:
parent
85e6ebbc29
commit
0eeac8391d
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ in
|
||||||
globally.enable = [ "listescape" ];
|
globally.enable = [ "listescape" ];
|
||||||
perProtocol = {
|
perProtocol = {
|
||||||
imap = {
|
imap = {
|
||||||
enable = [ "imap_sieve" ];
|
enable = [ "imap_sieve" "imap_filter_sieve" ];
|
||||||
};
|
};
|
||||||
lmtp = {
|
lmtp = {
|
||||||
enable = [ "sieve" ];
|
enable = [ "sieve" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue