summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 4c2010bc..dfd42176 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -405,7 +405,7 @@ in rec {
405 405
406 plugin { 406 plugin {
407 quota = maildir:User quota 407 quota = maildir:User quota
408 quota_rule = ?:storage=1GB 408 quota_rule = *:storage=1GB
409 quota_rule2 = Trash:storage=+10%% 409 quota_rule2 = Trash:storage=+10%%
410 quota_status_overquota = "552 5.2.2 Mailbox is full" 410 quota_status_overquota = "552 5.2.2 Mailbox is full"
411 } 411 }