Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: philcebutv on July 05, 2009, 08:16:55 AM

Title: Sent Items
Post by: philcebutv on July 05, 2009, 08:16:55 AM
Is there a configuration on the main.inc.php file  for saving the sent messages automatically? i am using IMAP accounts.
Title: Sent Items
Post by: rosali on July 06, 2009, 03:39:32 AM
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.
Title: Sent Items
Post by: philcebutv on July 06, 2009, 09:52:14 AM
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.
Title: Sent Items
Post by: rosali on July 07, 2009, 05:57:36 AM
Why don't you name RoundCube default folders accordingly to Apple Mail defaults?
Title: Sent Items
Post by: philcebutv on July 14, 2009, 08:27:41 AM
yup, that's the solution!