2 Aug
2010
2 Aug
'10
5:39 p.m.
On Mon, 2010-08-02 at 15:34 +0200, Martin Ott wrote:
thanks for your answer. I triggered the problem down to the lazy_expunge plugin. When I remove lazy_expunge from mail_plugins, quota gets calculated as expected. How can I change the quota_rule, so that only the namespace with prefix INBOX is regarded?
namespace: type: private separator: / prefix: INBOX/ .. plugin: quota: maildir:User quota
See if this works:
quota = maildir:User quota:ns=INBOX/
If it doesn't, I guess more code is needed..