From: Timo Sirainen Date: Tue, 13 Aug 2024 10:21:10 +0000 (+0300) Subject: quota: Rename quota_max_mail_size setting to quota_mail_size X-Git-Tag: 2.4.0~419 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20814d0e26f11b37c8333de8da814fed230b2b61;p=thirdparty%2Fdovecot%2Fcore.git quota: Rename quota_max_mail_size setting to quota_mail_size This is more consistent with other settings, e.g. quota_mailbox_count instead of quota_max_mailbox_count. --- diff --git a/src/plugins/quota/quota.c b/src/plugins/quota/quota.c index 7340436d0f..4e76aa65e2 100644 --- a/src/plugins/quota/quota.c +++ b/src/plugins/quota/quota.c @@ -301,8 +301,7 @@ int quota_user_read_settings(struct mail_user *user, } } - const char *max_size = mail_user_plugin_getenv(user, - "quota_max_mail_size"); + const char *max_size = mail_user_plugin_getenv(user, "quota_mail_size"); if (max_size != NULL) { const char *error = NULL; if (str_parse_get_size(max_size, "a_set->max_mail_size,