Exchange folders for junkmail and wastebasket so the comments match
This commit is contained in:
parent
d20550bb05
commit
316e4278a3
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ $rcmail_config['kolab_folders_mail_drafts'] = '';
|
||||||
// Sent folder
|
// Sent folder
|
||||||
$rcmail_config['kolab_folders_mail_sentitems'] = '';
|
$rcmail_config['kolab_folders_mail_sentitems'] = '';
|
||||||
// Trash folder
|
// Trash folder
|
||||||
$rcmail_config['kolab_folders_mail_junkemail'] = '';
|
$rcmail_config['kolab_folders_mail_wastebasket'] = '';
|
||||||
// Others folders
|
// Others folders
|
||||||
$rcmail_config['kolab_folders_mail_outbox'] = '';
|
$rcmail_config['kolab_folders_mail_outbox'] = '';
|
||||||
$rcmail_config['kolab_folders_mail_wastebasket'] = '';
|
$rcmail_config['kolab_folders_mail_junkemail'] = '';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue