--- Rob Siemborski <[EMAIL PROTECTED]> wrote: > On Fri, 30 May 2003, b wrote: > > > For this (show the folder in OE) action, there is no log on > backend. > > OK. I *think* I know what is going on now. > > We recently fixed a bug in proxyd_findinboxserver() because it wasn't > dealing correctly with altnamespace. I'm still not sure its totally > dealing correctly with virtual domains, but see if this replacement > works > for you (in proxyd.c): > > static struct backend *proxyd_findinboxserver(void) > { > char inbox[MAX_MAILBOX_NAME+1]; > int r; > char *server = NULL; > struct backend *s = NULL; > > r = (*proxyd_namespace.mboxname_tointernal)(&proxyd_namespace, > "INBOX", > proxyd_userid, > inbox); > > if(!r) { > r = mlookup(inbox, &server, NULL, NULL); > if (!r) { > s = proxyd_findserver(server); > } > } > > return s; > } >
It works! Thank you!! Tested with and without altnamespace. I'm able to create/delete/rename folders, without any problems, in OE 5.0 and Mozilla 1.3 Mail (on Win). I'm using virtual domains. -b17 __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com