About Me Blog Photography Portfolio

Jul 27th

Roundcube problem Solved

9:21 pm - Post Category: Nickness

So I've had a recurring problem with Roundcube, in that certain email accounts will not delete emails, instead just show an error "Could not move the message", and return to the previous folder with the message still there.

This problem occurred as well when those certain email accounts tried to move a message from the main inbox to another folder such as Saved, Spam or a self-made folder (which sometimes making custom folders didn't even work).

So the solution is in config/main.inc.php:
Change THIS:

Quote:

$rcmail_config['create_default_folders'] = FALSE;


to
Quote:

$rcmail_config['create_default_folders'] = TRUE;



...problem solved

Add link:
Tweet this! Share on Facebook Digg it! Share on Linkedin!

Add Comment


   NickDodd.com © Tensioncore 2009  
PHP Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in D:\nickdodd\tracking.php on line 13