if (mailbox_count != NULL) {
if (str_to_uint(mailbox_count, "a_set->max_mailbox_count) < 0) {
*error_r = "Invalid quota_mailbox_count";
+ event_unref("a_set->event);
+ pool_unref(&pool);
return -1;
}
}
&error) < 0) {
*error_r = t_strdup_printf("quota_max_mail_size: %s",
error);
+ event_unref("a_set->event);
+ pool_unref(&pool);
return -1;
}
}
if (str_to_uint(max_box_count,
"a_set->max_messages_per_mailbox) < 0) {
*error_r = "Invalid quota_mailbox_message_count";
+ event_unref("a_set->event);
+ pool_unref(&pool);
return -1;
}
}