<html><head><title>Namespace problem? duplicated folders...</title>
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">I'm sure this is related to name-spaces, but for some reason [brain damage perhaps? :) ] I can't seem to figure out how to fix it.<br>
<br>
In TBird, for example, I have a folder tree that looks like this<br>
<br>
Inbox -|<br>
  Folder-A<br>
  Folder-B<br>
  Folder-C<br>
Folder-A<br>
Folder-B<br>
Folder-C<br>
<br>
And  Folder-A, Folder-B, Folder-C are the same folders, just shown twice. [In two different hierarchies.] <br>
<br>
I'm using mbox files to store mail. [If that matters.]<br>
<br>
Here's what I have in my conf files for namespace defs<br>
<br>
namespace {<br>
  inbox = yes<br>
  #hidden = yes<br>
  prefix = INBOX/<br>
  separator = /<br>
}<br>
<br>
namespace inbox {<br>
  mailbox Drafts {<br>
    special_use = \Drafts<br>
  }<br>
  mailbox Junk {<br>
    special_use = \Junk<br>
  }<br>
  mailbox Trash {<br>
    special_use = \Trash<br>
  }<br>
  mailbox Sent {<br>
    special_use = \Sent<br>
  }<br>
  mailbox "Sent Messages" {<br>
    special_use = \Sent<br>
  }<br>
}<br>
<br>
<br>
I've had this problem for literally years, and it's not been that big of a deal (mostly irritating) - and I've tried to "fix" it before without any success. But now it's causing some issues and I'd really like to get this nagging issue gone. Since it's been so long since I last tried to fix it, I really can't recall any of settings changes I made in an attempt to fix it. I'd guess this is a trivial issue, but if so, can someone point me in the right direction.<br>
<br>
Thanks in advance!<br>
<br>
-Greg<br>
</body></html>