This is that I see in the server folder manager for account:
(http://i65.fastpic.ru/thumb/2014/1029/74/7accd418d96a6d6a06a0268a7b6a3074.jpeg) (http://fastpic.ru/view/65/2014/1029/7accd418d96a6d6a06a0268a7b6a3074.jpg.html)
And in the Thunderbird:
(http://i63.fastpic.ru/thumb/2014/1029/92/0c28b074953565ca3ef52a3717a39992.jpeg) (http://fastpic.ru/view/63/2014/1029/0c28b074953565ca3ef52a3717a39992.jpg.html)
And in the RC 1.0.3
(http://i68.fastpic.ru/thumb/2014/1029/91/6aebc728ff89383dec6be80e0121a791.jpeg) (http://fastpic.ru/view/68/2014/1029/6aebc728ff89383dec6be80e0121a791.jpg.html)
Config variables set to:
$config['junk_mbox'] = 'Spam';
$config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
What's wrong?
Try this:
// Disable localization of the default folder names listed above
$config['show_real_foldernames'] = true;
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.