Exchange folders for junkmail and wastebasket so the comments match

This commit is contained in:
Christoph Wickert 2012-01-31 12:02:47 +01:00
parent d20550bb05
commit 316e4278a3

View file

@ -26,9 +26,9 @@ $rcmail_config['kolab_folders_mail_drafts'] = '';
// Sent folder
$rcmail_config['kolab_folders_mail_sentitems'] = '';
// Trash folder
$rcmail_config['kolab_folders_mail_junkemail'] = '';
$rcmail_config['kolab_folders_mail_wastebasket'] = '';
// Others folders
$rcmail_config['kolab_folders_mail_outbox'] = '';
$rcmail_config['kolab_folders_mail_wastebasket'] = '';
$rcmail_config['kolab_folders_mail_junkemail'] = '';
?>