Author Topic: Global folder mapping  (Read 2741 times)

Offline bees

  • Newbie
  • *
  • Posts: 1
Global folder mapping
« on: May 05, 2009, 06:34:02 AM »
Hi, i've rouncube configured with the Italian locale setting,
please, can someone tell me why, if i don't associate "Special folder" Sent to Sent folder and Trash to Trash folder in rc setting,  i don't see it in Italian in the main (email) window?

Why in 'special folder' form, Junk and draft are missing?

So, How can i manually set this user preference for all users? with a mysql trigger?

main.inc.php:

$rcmail_config['drafts_mbox'] = 'Draft';
$rcmail_config['junk_mbox'] = 'Spam';
$rcmail_config['sent_mbox'] = 'Sent';
$rcmail_config['trash_mbox'] = 'Trash';
$rcmail_config['default_imap_folders'] = array('INBOX', 'Draft', 'Sent', 'Spam', 'Trash');
$rcmail_config['create_default_folders'] = TRUE;
$rcmail_config['protect_default_folders'] = TRUE;

no error in rc log and apache error log

Thx
Andrea