add default smtp auth method
git-svn-id: svn://10.0.0.236/trunk@69061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fdd6ad0446
commit
24b4377de7
@ -400,6 +400,8 @@ pref("mail.server.default.max_articles", 500);
|
||||
pref("mail.server.default.notify.on", true);
|
||||
pref("mail.server.default.mark_old_read", false);
|
||||
|
||||
pref("mail.smtpserver.default.auth_method", 2); // auth login
|
||||
|
||||
pref("mail.display_glyph",true); // see <http://www.bucksch.org/1/projects/mozilla/16507/>
|
||||
pref("mail.display_struct",true); // dito
|
||||
pref("mail.send_struct",true); // dito
|
||||
|
||||
@ -400,6 +400,8 @@ pref("mail.server.default.max_articles", 500);
|
||||
pref("mail.server.default.notify.on", true);
|
||||
pref("mail.server.default.mark_old_read", false);
|
||||
|
||||
pref("mail.smtpserver.default.auth_method", 2); // auth login
|
||||
|
||||
pref("mail.display_glyph",true); // see <http://www.bucksch.org/1/projects/mozilla/16507/>
|
||||
pref("mail.display_struct",true); // dito
|
||||
pref("mail.send_struct",true); // dito
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user