# HG changeset patch # User Timo Sirainen # Date 1496170626 -10800 # Node ID 88d2ad3f246363018bc72aa1d94f5af80b605347 # Parent f8723d47b78588ce68bfd077b7ac5da5ae15c2dd quota: Fix imapc backend not to try to find out mail's size. This removes unnecessary FETCH RFC822.SIZE command sent to server when expunging mails. diff -r f8723d47b785 -r 88d2ad3f2463 src/plugins/quota/quota-imapc.c --- a/src/plugins/quota/quota-imapc.c Tue May 30 10:37:24 2017 +0300 +++ b/src/plugins/quota/quota-imapc.c Tue May 30 21:57:06 2017 +0300 @@ -68,6 +68,7 @@ } if (root->box_name == NULL && root->root_name == NULL) root->box_name = "INBOX"; + _root->auto_updating = TRUE; /* we'll never try to enforce the quota - it's just a lot of unnecessary remote GETQUOTA calls. */ _root->no_enforcing = TRUE;