Daryl Pawluk wrote:
> why can't the mail wizard configure a movemail server type like in
> netscape 4?
It's there, somewhere, but not available via the GUI.
Create the movemail account just like a normal pop3 account, then go to
your ./mozilla/... profile folder, open prefs.js and look for a line
looking similar to this one:
user_pref("mail.server.server1.type", "pop3");
change it to
user_pref("mail.server.server1.type", "movemail");
and Mozilla should use movemail.
Or create a profile with NC 4.xx and convert it to Mozilla.
- Holger