Author Topic: Sent Items  (Read 3195 times)

Offline philcebutv

  • Jr. Member
  • **
  • Posts: 10
Sent Items
« 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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Sent Items
« Reply #1 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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline philcebutv

  • Jr. Member
  • **
  • Posts: 10
Sent Items
« Reply #2 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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Sent Items
« Reply #3 on: July 07, 2009, 05:57:36 AM »
Why don't you name RoundCube default folders accordingly to Apple Mail defaults?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline philcebutv

  • Jr. Member
  • **
  • Posts: 10
Sent Items
« Reply #4 on: July 14, 2009, 08:27:41 AM »
yup, that's the solution!