Author Topic: 2 Sent Folders.  (Read 6320 times)

Offline trmentry

  • Newbie
  • *
  • Posts: 6
2 Sent Folders.
« 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?



Offline xoqez

  • Jr. Member
  • **
  • Posts: 84
Re: 2 Sent Folders.
« Reply #1 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
--
Venond; using roundcube since June 2006
www.venond.com

Offline trmentry

  • Newbie
  • *
  • Posts: 6
Re: 2 Sent Folders.
« Reply #2 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?

Offline trmentry

  • Newbie
  • *
  • Posts: 6
Re: 2 Sent Folders.
« Reply #3 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.