Author Topic: 2 Sent folders and 2 Deleted Items folders  (Read 3095 times)

Offline malleeblue

  • Newbie
  • *
  • Posts: 3
2 Sent folders and 2 Deleted Items folders
« on: September 07, 2008, 02:24:16 AM »
Hi all. This is essentially the same issue as http://www.roundcubeforum.net/showthread.php?t=160 however since that release the way RoundCube works must be different as I'm unable to implement the solution mentioned there.

To save you going to the other post my problem is basically that I changed my main.inc.php so that my sent_mbox is now called sent-mail and my trash_mbox is now called mail-trash

$rcmail_config['sent_mbox'] = 'sent-mail';
$rcmail_config['trash_mbox'] = 'mail-trash';

After I made the changes though I now see 2 Sent folders and 2 Deleted Items folders in the left column of my Webmail view and I don't know how to remove them. These duplicate folders are not visible in the Folders tab under Personal Settings.

So what I'd like assistance with please is removing these 2 duplicate folders from the left column of my Webmail view.

Thanks in advance,
ME

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
2 Sent folders and 2 Deleted Items folders
« Reply #1 on: September 07, 2008, 05:43:37 AM »
MySQL -> TRUNCATE TABLE `cache`
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline malleeblue

  • Newbie
  • *
  • Posts: 3
2 Sent folders and 2 Deleted Items folders
« Reply #2 on: September 07, 2008, 11:17:34 AM »
Thanks rosali, I ran that query and received the message

"Your SQL query has been executed successfully"

however it hasn't changed anything, I still have the same problem even after clearing cache, cookies, etc. and restarting my browser (FF 3.0.1).

Is there anythine else you think I can try?

Offline malleeblue

  • Newbie
  • *
  • Posts: 3
Bump
« Reply #3 on: September 14, 2008, 04:28:58 PM »
This is still an issue for me so here's a bump to grab your attention.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
2 Sent folders and 2 Deleted Items folders
« Reply #4 on: September 16, 2008, 05:11:36 AM »
It is a bug which is still present in current SVN release. I have submitted a ticket for you:

#1485355 (Wrong classes in Mailbox List) ? RoundCube Webmail ? Trac
Regards,
Rosali
__________________
MyRoundcube Project (commercial)