12 Jul
2008
12 Jul
'08
7:18 p.m.
On Jul 12, 2008, at 7:08 PM, Robert Schetterer wrote:
concat('*:storage=', ROUND( mailbox.quota / 1024 ) ) AS quota,
cant work with dict, working on it
It doesn't work with v1.1 in general. Use "AS quota_rule". Also an
easier way to use bytes quota is:
concat('*:bytes=', mailbox.quota)