Michael Erdmann wrote: > Every user has used previously netscape to read his local mail > account on the linux system by means of the movemail option. > I cant find anything like this in mozilla? Is there any chance > to continue using the local accounts on my linux box?
From http://www.geocities.com/pratiksolanki/#mailnews // To make your account use movemail instead of POP3, // you need to create a POP3 account and then find the following pref in // prefs.js user_pref("mail.server.server1.type", "pop3"); // and change it to user_pref("mail.server.server1.type", "movemail"); might do it? J
