Hello all !
I am using CVS version for my personnal usage. To the least, I must say that i'm impressed with RoundCube ! With it, I started to enjoy webmail again :-). Since I am the only user of my webmail, I find it troublesome to have to enter each time my username (yes, i am lazy :p ). So, here it is : an option to have a default username, and to enable only this user to log in:
$rcmail_config['default_user'] = 'your_username'; $rcmail_config['only_default_user'] = true;
The corresponding diff is attached (main.diff).
Second option: customize the "junk" folder name on the imap server (in my case, the folder is 'Spam')
$rcmail_config['junk_mbox'] = 'Spam';
Do not forget to also change $rcmail_config['default_imap_folders'] accordingly.
Diff file is func.diff
The code behind these options is very simple, you should not have problem to integrate them in your setup if you wish them.
Have fun with roundcube !
Aurélien
PS: Sent with roundcube of course ;)