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?
I do not think roundcube can delete mail folders. you will need to do this on your mail server itself
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?
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.