I have an IMAP acount with about 1200 folders (nested in some fashion or another). And they are all subscribed as well. When a message is loaded (ie: double clicked) RoundCube is calling: LIST (SUBSCRIBED) "" "*"
This results in dovecot/IMAP sending back the list and Apache going to 100% CPU usage during this time (dovecot is fine) -- it takes over 12s to view a single message. Why is RC making a LIST call when a message is fetched?
Is there a way to disable this?
Thanks, G H