Author Topic: Sent and Deleted Folders  (Read 3595 times)

Offline darylt

  • Newbie
  • *
  • Posts: 8
Sent and Deleted Folders
« on: April 09, 2008, 03:23:08 AM »
How do I get Sent and Deleted to show up under inbox?

I have looked in the Personal Preferences tab, and have clicked the subscribe button for the Spam folder, but there is no box to tick for Sent messages.
Daryl

Offline dano

  • Full Member
  • ***
  • Posts: 124
Re: Sent and Deleted Folders
« Reply #1 on: April 09, 2008, 12:47:16 PM »
Are you sure they exist?

In main.inc.php look for
Code: [Select]
$rcmail_config['create_default_folders'] = TRUE; and make sure it's set to true and then when a new user logs in it will create the specified folders for you.

Hope that helps,

Dan

Offline darylt

  • Newbie
  • *
  • Posts: 8
Re: Sent and Deleted Folders
« Reply #2 on: April 10, 2008, 02:45:48 AM »
Thanks Dano, worked a treat!

Surely it would be sensible to have this set as TRUE as a default?
Daryl

Offline dano

  • Full Member
  • ***
  • Posts: 124
Re: Sent and Deleted Folders
« Reply #3 on: April 14, 2008, 02:03:57 PM »
It probably would but some people use different folder names and if these were created at first log in they'd have duplicates. For instance 'spam' and 'junk' or 'sent' and 'sent items'. At least this way attention is drawn to the issue.