$rcmail_config['sent_mbox'] = 'Sent';
$rcmail_config['trash_mbox'] = 'Trash';
This is what I have... also,
$rcmail_config['imap_root'] = 'INBOX';
I have tried that with that blank or with INBOX. No change.
-----Original Message-----
From: Zachery Hostens [mailto:roundcube@plastik.us]
Sent: Friday, November 11, 2005 5:39 PM
To: medic(a)computermedic.org
Cc: dev(a)lists.roundcube.net
Subject: Re: Trash folder not showing by default
this is rather odd as i cant recreate your situation.
i created a new user with there INBOX and only there inbox. reset bincimap
to only auto-subscribe to the INBOX, and removed all entries for the user in
the users and identities table.
as soon as i logged in, the Sent and Trash mailbox's were created and they
showed up on the side bar just fine. is it possible you have the sent_mbox
and trash_mbox variables blank in your main.inc.php ?
unless someone else can point out something i did wrong, im not exactly sure
what is wrong here. unless its another oddity between roundcube and
courier.
On Fri, 11 Nov 2005 0:35:29 -0500, <medic(a)computermedic.org> wrote:
>
> the Trash folder does not show by default unless I go in and subscribe to
> it. This would be ok if it were just me, but I am trying to deploy this
> for feedback purposes sitewide and I cannot explain to 100's of that they
> need to subscribe to the Trash folder. Also, if the Sent folder is not
> subscribed to, when you send an email message, you get an error... The
> mail seems to send however. I supposed it cannot copy it to the Sent IMAP
> mail store. I haved looked through the code, and I cannot seem to find
> where certain folders are subscribed to by default. Could someone please
> point me in the right direction.
>
>
>
> Stephen