José de Paula Eufrásio Júnior said:
Jay Lee wrote:
This is a client configuration issue, not a server one. See
http://www.courier-mta.org/FAQ.html#namespace for more information.
Fortunately, Mozilla Mail has been capable of properly displaying the
folder list since at least 1.4. To configure it, go to Account Settings,
Server Settings, Advanced and enter INBOX. (with caps and the period) in
the server namespace field. You should now see other folders as peers of
INBOX.
Yeah, I did it. But I already have a user base using the plain
configuration. If I was able to change it on the server the clients
wouldn't need a new configuration...
As I said before. This is a client configuration issue, not a server one.
There is no way to change it on the server end because the server is
properly enumerating it's namespace according to the IMAP spec. The
clients must be changed. You should be able to change this fairly easily
by appending something like:
user_pref("mail.server.server1.namespace.personal", "\"INBOX.\"");
to the user's prefs.js in their mozilla profile.
Jay