On Tue, 2008-07-08 at 16:49 +0200, Ralf Becker wrote:
You see, that _always_ both quota roots are reported, whether the references mailbox is actually placed on this filesystem or not.
However reading RFC2087 confirms me in the idea, that just the _related_ quota roots should be listed:
Right.
While I see no way to use namespaces and/or quota rules to configure this behavior, patching quota.c, quota-fs.c and quota-private.h seems to be an option.
A downside of this is, that I've to extend the quota plugin interface (quota_backend_vfuncs) defined in quota-private.h by adding an new callback function. Since all other quota backends don't have this new function, they have to initialize it with NULL. So there are side effects to other quota backends.
Right. If you'll write this code I can include it to v1.2 release.