chasd a écrit :
> // move messages to this folder when deleting them
> // leave blank if they should be deleted directly
> $rcmail_config['trash_mbox'] = 'Trash';
>
it is the config by default
> // 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');
>
it is the config by default
> // automatically create the above listed default folders on login
> $rcmail_config['create_default_folders'] = FALSE;
>
need to be true in my case, and it works :) the trash folder is created
at login time.
thanks Chasd
_______________________________________________
List info: http://lists.roundcube.net/users/