зеркало из https://github.com/mozilla/pjs.git
enable blind send by default, since we warn the user, sr=mscott 36838
This commit is contained in:
Родитель
a50c581f3c
Коммит
54e2c10ed7
|
@ -207,6 +207,9 @@ pref("mailnews.language_sensitive_font", true);
|
|||
|
||||
pref("mailnews.quotingPrefs.version", 0); // used to decide whether to migrate global quoting prefs
|
||||
|
||||
// the first time, we'll warn the user about the blind send, and they can disable the warning if they want.
|
||||
pref("mapi.blind-send.enabled", true);
|
||||
|
||||
pref("offline.news.download.unread_only", true);
|
||||
pref("offline.news.download.by_date", true);
|
||||
pref("offline.news.download.days", 30); // days
|
||||
|
|
Загрузка…
Ссылка в новой задаче