aboutsummaryrefslogtreecommitdiff
path: root/modules/private/mail/dovecot.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-03 00:01:10 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-03 00:01:10 +0200
commitaa4f91ad67fa6287217bf67e8122a703327e5e0e (patch)
tree581407f170925ebda80d2a98b56ca40a84684490 /modules/private/mail/dovecot.nix
parent9699d2b1f1cbdf80e44f253727fcb19680755138 (diff)
downloadNix-aa4f91ad67fa6287217bf67e8122a703327e5e0e.tar.gz
Nix-aa4f91ad67fa6287217bf67e8122a703327e5e0e.tar.zst
Nix-aa4f91ad67fa6287217bf67e8122a703327e5e0e.zip
Remove deleted-to-trash dovecot plugin
Diffstat (limited to 'modules/private/mail/dovecot.nix')
-rw-r--r--modules/private/mail/dovecot.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/private/mail/dovecot.nix b/modules/private/mail/dovecot.nix
index d757f59..047d7d0 100644
--- a/modules/private/mail/dovecot.nix
+++ b/modules/private/mail/dovecot.nix
@@ -57,7 +57,6 @@ in
57 protocols = [ "sieve" ]; 57 protocols = [ "sieve" ];
58 modules = [ 58 modules = [
59 pkgs.dovecot_pigeonhole 59 pkgs.dovecot_pigeonhole
60 pkgs.dovecot_deleted-to-trash
61 pkgs.dovecot_fts-xapian 60 pkgs.dovecot_fts-xapian
62 ]; 61 ];
63 mailUser = "vhost"; 62 mailUser = "vhost";
@@ -206,13 +205,6 @@ in
206 } 205 }
207 '' 206 ''
208 207
209 # Deleted to trash
210 ''
211 plugin {
212 deleted_to_trash_folder = Trash
213 }
214 ''
215
216 # Virtual mailboxes 208 # Virtual mailboxes
217 '' 209 ''
218 mail_plugins = $mail_plugins virtual 210 mail_plugins = $mail_plugins virtual
@@ -226,7 +218,7 @@ in
226 # Needs to come last if there are mail_plugins entries 218 # Needs to come last if there are mail_plugins entries
227 '' 219 ''
228 protocol imap { 220 protocol imap {
229 mail_plugins = $mail_plugins deleted_to_trash imap_sieve 221 mail_plugins = $mail_plugins imap_sieve
230 } 222 }
231 protocol lda { 223 protocol lda {
232 mail_plugins = $mail_plugins sieve 224 mail_plugins = $mail_plugins sieve