]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
plugins/quota: Trigger recalc-callbacks on doveadm quota recalc
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Mon, 13 Jul 2026 13:15:38 +0000 (15:15 +0200)
committerKarl Fleischmann <karl.fleischmann@open-xchange.com>
Wed, 15 Jul 2026 12:34:43 +0000 (14:34 +0200)
src/plugins/quota/doveadm-quota.c

index bb5db40cd17347240e52d4a55b8b8cffa72674b2..da6ac48fbda654e7456acfdea6a25902e90b3f8a 100644 (file)
@@ -125,6 +125,7 @@ cmd_quota_recalc_run(struct doveadm_mail_cmd_context *ctx ATTR_UNUSED,
                if ((*root)->backend.v.flush != NULL)
                        (*root)->backend.v.flush(*root);
        }
+       quota_recalc_call_callbacks(quser->quota);
        return 0;
 }