On Saturday 11 October 2003 22:35, Jonathan Nichols wrote:
Ugh! I can't get rid of a folder. :-(
"ERROR : Could not complete request. Query: SELECT "INBOX.Trash.MRTG" Reason Given: Mailbox does not exist, or must be subscribed to."
I've even tried rm -rf /home/vmail/domain/user/.maildir/.Trash
That particular folder would be called .Trash.MRTG. All folders shown in the client are maildirs stored at the same level (the INBOX) with the '.' used as the separator. They don't actually live inside each other like they appear in the client. So the Trash folder is .Trash, the MRTG folder which your client shows you "inside" the Trash folder is actually a maildir called .Trash.MRTG which also lives in the INBOX, a folder called Stuff inside the MRTG folder inside the Trash folder would actually be .Trash.MRTG.Stuff. You get the idea. You would be able to see all these by using the "ls -a" command inside the main Maildir (which is your INBOX).
So manually deleting the .Trash maildir only deletes the Trash folder; it doesn't actually delete any of the folders that appear to be "inside" of the Trash folder. (That would probably make the client pretty confused as well! :-)
Jeff/et al -
This worked. Thanks again :D That pesky folder finally went away....
------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
