Roundcube Community Forum

 

Sent Items

Started by philcebutv, July 05, 2009, 08:16:55 AM

Previous topic - Next topic

philcebutv

Is there a configuration on the main.inc.php file  for saving the sent messages automatically? i am using IMAP accounts.

rosali

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.
Regards,
Rosali

philcebutv

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.

rosali

Why don't you name RoundCube default folders accordingly to Apple Mail defaults?
Regards,
Rosali

philcebutv

yup, that's the solution!