enable auto-save of mail compose windows by default, sr=mscott 345501

This commit is contained in:
bienvenu%nventure.com 2006-08-16 19:59:49 +00:00
Родитель 5221beb845
Коммит 567f709e9b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -174,7 +174,7 @@ pref("mail.html_compose", true);
// this will show up in the address picker in the compose window
// examples: "X-Face" or "Approved,X-No-Archive"
pref("mail.compose.other.header", "");
pref("mail.compose.autosave", false);
pref("mail.compose.autosave", true);
pref("mail.compose.autosaveinterval", 5); // in minutes
pref("mail.fcc_folder", "");
pref("mail.encrypt_outgoing_mail", false);