Roundcube Community Forum

 

Spam folder is always as Junk folder

Started by Helios, October 29, 2014, 06:34:34 AM

Previous topic - Next topic

Helios

This is that I see in the server folder manager for account:


And in the Thunderbird:


And in the RC 1.0.3


Config variables set to:
$config['junk_mbox'] = 'Spam';
$config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');


What's wrong?

ABerglund

Try this:

// Disable localization of the default folder names listed above
$config['show_real_foldernames'] = true;
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Helios

Quote from: ABerglund on October 29, 2014, 11:10:57 AM
Try this:

// Disable localization of the default folder names listed above
$config['show_real_foldernames'] = true;


Thanks. It's helped.