Jacob Friis Larsen wrote:
Tools -> Account Settings -> Server Settings -> Advanced -> IMAP server directory should be set to:
INBOX.
Can I set this in the server config, so that users won't have to?
The server can't force the client to see the namespace any differently than it wants... though it can suggest defaults. As yet, I haven't seen these defaults actually work with Thunderbird, for example. I've always had to specify them. That said, you *should* be able to pre-configure your clients in a reasonable way. For example, here's a snippet from my prefs.js file:
Data\\Thunderbird\\Profiles\\########.default\\ImapMail\\#########");
...
user_pref("mail.server.server2.namespace.personal", "\"INBOX.\"");
user_pref("mail.server.server2.namespace.public", "\"shared.\",\"#shared.\"");
user_pref("mail.server.server2.server_sub_directory", "INBOX.");
...
All you'd have to do is locate their default profile for Tbird and edit the prefs.js accordingly.
Bill
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
