diff options
Diffstat (limited to 'modules/private')
-rw-r--r-- | modules/private/mail/dovecot.nix | 10 |
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 |