Gavin Conway wrote:
Hi All,
Hi Gavin,
I'm looking to have roundcube use a different 'sent' folder than the default. At present it uses a folder called 'Sent'. I'd like to rename this to be 'sent-items' to bring it in line with out current setup.
Is there going to be an option for this in the configuration at some point or will I have to hack at the code?
You will have to hack the config files only: $rcmail_config['sent_mbox'] = 'sent-items';
Also, one of my colleagues noticed some errant behaviour which seems out of spec with other webmail clients. You can't send a blank email? If you put a recipient and a subject but no body then roundcube won't accept the email. Is this something that was intentional?
If you install the latest CVS version of RoundCube, the user will be asked if he/she wants to send the message without any content.
Many thanks
Gavin Conway
Regards, Thomas