search for: message_count_limit

Displaying 1 result from an estimated 1 matches for "message_count_limit".

2006 Apr 14
0
Quota again
...QUOTA_NAME_STORAGE) == 0) { *limit_r = root->message_bytes_limit / 1024; - *value_r = root->total_bytes / 1024; + *value_r = root->total_bytes / 10; } else if (strcmp(name, QUOTA_NAME_MESSAGES) == 0) { *limit_r = root->message_count_limit; *value_r = root->total_count;