Searched defs:warnings (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/quota/
H A Dquota.c1067 struct quota_warning_rule *warnings; local
1073 warnings = array_get_modifiable(&root->set->warning_rules, &count);
1100 if (quota_warning_match(&warnings[i],
1104 quota_warning_execute(root, warnings[i].command,
1154 /* execute quota warnings after all updates. this makes it
1157 warnings aren't executed when dsync bring the user over,

Completed in 15 milliseconds