navigator problem narrowed down
Michael Bull
mbull@uoguelph.ca
Mon, 18 Dec 2000 15:46:54 -0500
I've been able to narrow down my problem with the Navigator.
We run a UW-IMAP system here, and right now when I got to the navigator,
and choose create a folder /without/ anything selected, it lets me do so -
but the folder doesn't appear.
After further investigation, it is appearing at the home directory level,
not at the mail folder subdirectory of "mail/" -- as such it never appears
on the navigator tree, but will appear if I login and take a direction.
A quick hack that I did was editing lib/folders.php, in the create
function, to check if "mail/" was part of $folder, and if not, prepend
it. I''m not sending a patch up at this time as, for one thing I just
hard-coded it to my mail prefix for the moment, but next I'm not sure on
the best way of solving this problem. Should it be as simple as the
approach I took -- but using the preference setup, of course?