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.
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
Thanks Dano, worked a treat!
Surely it would be sensible to have this set as TRUE as a default?
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.