mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
enable auto-save of mail compose windows by default, sr=mscott 345501
This commit is contained in:
parent
5221beb845
commit
567f709e9b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user