Roundcube Community Forum

 

Plug-in archive - new user add.

Started by (:Pro:), October 15, 2009, 07:37:06 AM

Previous topic - Next topic

(:Pro:)

How to me to integrate a plug-in archive that for the new user this folder formed by the automatic machine?
I have added
Quote// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash', 'Archive');
but by default the folder archive is not anchored to a folder archive.

(:Pro:)

Need add this:

$rcmail_config['archive_mbox'] = 'Archive';