I followed this thread: http://lists.dorkzilla.org/archive/roundcube-dev/2005Oct/index.html#737
But didn't find an answer. *IF* you're running everything on one box (web/mail/db/roundcube) would you want enable_caching set to 'FALSE'? I'd assume so, since this is a low volume server, and I can't understand how you'd gain with a msg being written to the DB, and then delievered; but I could be missing something. For now I have this in main.inc.php:
$rcmail_config['enable_caching'] = FALSE;
Is this correct for my config?
Thanks
P