Displaying 4 results from an estimated 4 matches for "count_us".
Did you mean:
count_up
2014 Nov 21
2
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
...&count_current, &count_limit) < 0)
return;
+ quota_root_recalculate_relative_rules(root->set, bytes_limit,
count_limit);
+
bytes_before = bytes_current - ctx->bytes_used;
count_before = count_current - ctx->count_used;
for (i = 0; i < count; i++) {
2015 Mar 23
1
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
...t_limit) < 0)
>> return;
>>
>> + quota_root_recalculate_relative_rules(root->set, bytes_limit,
>> count_limit);
>> +
>> bytes_before = bytes_current - ctx->bytes_used;
>> count_before = count_current - ctx->count_used;
>> for (i = 0; i < count; i++) {
> Hi,
> this patch realy fix the bug in quota_warning. Is it possible to add
> this patch to the next release ?
>
Hi,
I saw that new dovecot was released. Is the quota_warning has been
improved ?
--
Pozdrawiam / Best Regards
Micha...
2015 Feb 17
0
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
...amp;count_current, &count_limit) < 0)
> return;
>
> + quota_root_recalculate_relative_rules(root->set, bytes_limit,
> count_limit);
> +
> bytes_before = bytes_current - ctx->bytes_used;
> count_before = count_current - ctx->count_used;
> for (i = 0; i < count; i++) {
Hi,
this patch realy fix the bug in quota_warning. Is it possible to add
this patch to the next release ?
--
Pozdrawiam / Best Regards
Micha? Gi?y?ski
2007 Dec 11
2
quota_wrning not working for me (quota_rewrite patch for dovecot 1.0.8)
Hello, We are using dovecot 1.0.8 with LDAP authentication and extra
variebles (like quota limit) storage.
Since some of our users are asking for warning of quota use I have been
playing around with the quota rewrite patch for dovecot 1.0.8 and found
that it does not work for us as it is now.
I've applied the patch recompiled dovecot reconfigured using the new
"quota_warning"