Author Topic: translate imap folders?  (Read 3961 times)

Offline maccaroni

  • Newbie
  • *
  • Posts: 1
translate imap folders?
« on: October 18, 2006, 02:10:40 AM »
hello

for my e-mail i use mail.app under osx. the imap-structure is:

- Deleted Messages
- Drafts
- inbox
- Sent Messages

now i need the same structure in roundcube webmail and have modifyed the config.inc.php:
Code: [Select]
// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent Messages';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Deleted Messages';

// display these folders separately in the mailbox list.
// these folders will automatically be created if they do not exist
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent Messages', 'Junk', 'Deleted Messages');

my frontent in roundcube have now follow structure:
- Posteingang
- Entwürfe
- Sent Messages
- Deleted Messages

what i need is, to translate «sent messages» and «deleted messages» to «gesendet» and «gelöscht» like the imapfolders «sent» and «trash» in the original config.inc.php.
how can i do it?

greets

maccaroni