Adrian Moisey wrote:
Hi
I just published a new CVS snapshot for download. It contains the current version which is on the way to become a beta version. I think the most important things like message caching and UTF-8 support do work now.
I upgraded to this new version. I see there this was added:
- Added patch for Quota display by Aury Fink Filho nuny@aury.com.br
But I can't find the Quote display. Where is it kept?
Sorry, the problem was our old custom skin. I've updated it. But now it says: "Disk usage: unknown"
Any idea how to fix that? we're using bincimap
The quota is only shown if the IMAP server has QUOTA listed in it's capabilities. You can change that behavior by modifying the get_quota() method in program/include/rcube_imap.inc
I don't have an IMAP server that supports quota, so this feature might not work properly because I could not test it. I added the check for quota capability according to RFC 2087 because some server might return errors when they do not support this command.
Regards, Thomas