From 73dcbd38b820eb3148c6320507a3ee5b59e9cb1c Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sat, 7 Sep 2002 01:55:13 +0000 Subject: [PATCH] fix comment for #157186. a=asa git-svn-id: svn://10.0.0.236/trunk@129026 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mailnews.js | 3 +-- mozilla/modules/libpref/src/init/mailnews.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/mailnews/mailnews.js b/mozilla/mailnews/mailnews.js index 20f413b3544..75c699bbd5e 100644 --- a/mozilla/mailnews/mailnews.js +++ b/mozilla/mailnews/mailnews.js @@ -287,8 +287,7 @@ pref("mail.identity.default.directoryServer",""); pref("mail.identity.default.overrideGlobal_Pref", false); -// by default -// only collect addresses the user sends too +// by default, only collect addresses the user sends to (outgoing) // incoming is all spam anyways pref("mail.collect_email_address_incoming", false); pref("mail.collect_email_address_outgoing", true); diff --git a/mozilla/modules/libpref/src/init/mailnews.js b/mozilla/modules/libpref/src/init/mailnews.js index 20f413b3544..75c699bbd5e 100644 --- a/mozilla/modules/libpref/src/init/mailnews.js +++ b/mozilla/modules/libpref/src/init/mailnews.js @@ -287,8 +287,7 @@ pref("mail.identity.default.directoryServer",""); pref("mail.identity.default.overrideGlobal_Pref", false); -// by default -// only collect addresses the user sends too +// by default, only collect addresses the user sends to (outgoing) // incoming is all spam anyways pref("mail.collect_email_address_incoming", false); pref("mail.collect_email_address_outgoing", true);