Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: trmentry on July 18, 2006, 01:39:34 AM

Title: 2 Sent Folders.
Post by: trmentry on July 18, 2006, 01:39:34 AM
I changed my main.inc.php to put folders under ~user/mail

$rcmail_config['sent_mbox'] = 'mail/Sent';
$rcmail_config['trash_mbox'] = 'mail/Trash';

Before I did though I had sent a message and it created a Sent folder in the ~user/ directory. So my left hand side of RC shows.

INBOX
SENT
mail
 - Sent
 - Trash
 - Drafts

After I made the changes sent messages to go to the mail/Sent folder properly. However I can't get rid of the SENT folder under the root in teh gui.  I was able to erase the folder but its not in the Folders Tabs under Prefs to unsubscribe to.

Can someone please let me know how to delete that Sent folder from the left had side?


Title: Re: 2 Sent Folders.
Post by: xoqez on July 18, 2006, 07:57:02 AM
I do not think roundcube can delete mail folders. you will need to do this on your mail server itself
Title: Re: 2 Sent Folders.
Post by: trmentry on July 18, 2006, 02:26:50 PM
I did delete it manually. However RC still shows it in the GUI. I'm trying to get it out of the GUI. :) Any ideas on that part?
Title: Re: 2 Sent Folders.
Post by: trmentry on July 18, 2006, 02:35:47 PM
I figured it out.

In my home dir there were 2 files.  .mailboxlist and .mlbxlsttmp

-rw-rw-r-- 1 trmentry users  33 Jul 18 11:33 .mailboxlist
-rw-rw-r-- 1 trmentry users  33 Jul 18 11:32 .mlbxlsttmp

Inside those files it showed the
mail/Sent
mail/Trash
mail/Drafts
Sent

folders.

I erased the Sent line and logged out of RC and back in a viola the phantom Sent folder was gone in the Gui.