Roundcube Community Forum

Release Support => Release Discussion => Topic started by: darylt on April 09, 2008, 03:23:08 AM

Title: Sent and Deleted Folders
Post by: darylt 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.
Title: Re: Sent and Deleted Folders
Post by: dano on April 09, 2008, 12:47:16 PM
Are you sure they exist?

In main.inc.php look for $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
Title: Re: Sent and Deleted Folders
Post by: darylt 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?
Title: Re: Sent and Deleted Folders
Post by: dano 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.