Is there a configuration on the main.inc.php file for saving the sent messages automatically? i am using IMAP accounts.
Set it to create the default folders automatically:
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
When the Sent folder exists, outgoing messages should be saved automatically without further configurations.
thanks for the reply. The only problem with this is that if I set it to true it will make a double mail folders(Sent, Junk and Deleted) especially if your using Apple Mail.
Why don't you name RoundCube default folders accordingly to Apple Mail defaults?
yup, that's the solution!