Salut, J'ai un soucis avec une install toute fraiche de roundcube. Je n'ai pas le répertoire corbeille et donc la suppression des messages ne fonctionne pas ( logique ).
Il suffirait de créer un répertoire trash en imap pour que cela fonctionne ?
List info: http://lists.roundcube.net/users/
Yoann NOGUES (zerax) wrote:
Salut, J'ai un soucis avec une install toute fraiche de roundcube. Je n'ai pas le répertoire corbeille et donc la suppression des messages ne fonctionne pas ( logique ).
Il suffirait de créer un répertoire trash en imap pour que cela fonctionne ?
Tak dokładnie to nie wiem co do mnie piszesz, bo tutaj rozmawiamy raczej po angielsku, ale najlepiej jakbyś spróbował wersji svn, bo tam sporo błędów już poprawiono.
A.L.E.C a écrit :
Yoann NOGUES (zerax) wrote:
Salut, J'ai un soucis avec une install toute fraiche de roundcube. Je n'ai pas le répertoire corbeille et donc la suppression des messages ne fonctionne pas ( logique ).
Il suffirait de créer un répertoire trash en imap pour que cela fonctionne ?
Tak dokładnie to nie wiem co do mnie piszesz, bo tutaj rozmawiamy raczej po angielsku, ale najlepiej jakbyś spróbował wersji svn, bo tam sporo błędów już poprawiono.
ok i'll try it in english...sorry but i don't understand pl. i have a problem with a new install of roundcube. the problem is that i don't have the trash folder so i can't delete mails do it need to create the trash folder in imap ? how can i do that ?
Thanks and sorry for the french version :)
List info: http://lists.roundcube.net/users/
i have a problem with a new install of roundcube. the problem is
that i don't have the trash folder so i can't delete mails do it need to create the trash folder in imap ?
Yes, oui
how can i do that ?
In "Personal Settings" ( the gear icon in the upper right ) choose
the "Folders" tab.
You can create an IMAP folder there.
Of course you can also SSH or telnet to the account and create the
folder from the shell using "mkdir".
You might want to consider looking at these configuration options : ( from the config/main.inc.php file )
// move messages to this folder when deleting them // leave blank if they should be deleted directly $rcmail_config['trash_mbox'] = 'Trash';
// 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');
// automatically create the above listed default folders on login $rcmail_config['create_default_folders'] = FALSE;
Charles Dostale System Admin - Silver Oaks Communications http://www.silveroaks.com/ 824 17th Street, Moline IL 61265
List info: http://lists.roundcube.net/users/
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/
On May 21, 2008, at 12:23 PM, Yoann NOGUES (zerax) wrote:
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.
Yes those are all defaults.
I thought I'd call them to your attention so you could change any of
them to suit your needs.
Sounds like changing the last one is what you wanted.
Charles Dostale System Admin - Silver Oaks Communications http://www.silveroaks.com/ 824 17th Street, Moline IL 61265
List info: http://lists.roundcube.net/users/