Bug 262238 Add a explaining comment to mail.identity.default.bcc_*

patch by Frank Wein <mcsmurf@gmx.de> r+sr=bienvenu
This commit is contained in:
cbiesinger%web.de 2004-09-30 16:33:13 +00:00
Родитель 30a055a3ab
Коммит c14fc12eed
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -316,9 +316,13 @@ pref("mail.identity.default.compose_html", true);
pref("mail.identity.default.valid", true);
pref("mail.identity.default.fcc",true);
pref("mail.identity.default.fcc_folder","mailbox://nobody@Local%20Folders/Sent");
// keep these defaults for backwards compatibility and migration
// but .doBcc and .doBccList are the right ones from now on.
pref("mail.identity.default.bcc_self",false);
pref("mail.identity.default.bcc_others",false);
pref("mail.identity.default.bcc_list","");
pref("mail.identity.default.draft_folder","mailbox://nobody@Local%20Folders/Drafts");
pref("mail.identity.default.stationery_folder","mailbox://nobody@Local%20Folders/Templates");
pref("mail.identity.default.directoryServer","");