i wonder why i created about 10 emails account... then it's only one of them showing all folders like
Inbox
Outbox
Junk
Trast
but others are only showing
INBOX
nothing elses. how do i set default so every user can have all folders?
please help
In config/main.inc, look for the line
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = FALSE;
and change FALSE to TRUE; you'll have all the default folders created automatically with a new created email account.