comparison src/plugins/quota/quota-private.h @ 9380:fe063e0d7109 HEAD

maildir quota: Limits weren't read early enough from maildirsize file.
author Timo Sirainen <tss@iki.fi>
date Sun, 13 Sep 2009 18:36:09 -0400
parents 16c286aee307
children a9b469e1c8de
comparison
equal deleted inserted replaced
9379:a493ceb26615 9380:fe063e0d7109
50 void (*deinit)(struct quota_root *root); 50 void (*deinit)(struct quota_root *root);
51 51
52 bool (*parse_rule)(struct quota_root_settings *root_set, 52 bool (*parse_rule)(struct quota_root_settings *root_set,
53 struct quota_rule *rule, 53 struct quota_rule *rule,
54 const char *str, const char **error_r); 54 const char *str, const char **error_r);
55 int (*init_limits)(struct quota_root *root);
55 56
56 /* called once for each backend */ 57 /* called once for each backend */
57 void (*storage_added)(struct quota *quota, 58 void (*storage_added)(struct quota *quota,
58 struct mail_storage *storage); 59 struct mail_storage *storage);
59 60