Bug 1130852 -Add opt-out notification for calendar integration - Thunderbird part. r=mkmellin

This commit is contained in:
MakeMyDay 2015-02-22 14:45:00 +01:00
Родитель 454423e2cf
Коммит 7fe4ea4da0
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -836,3 +836,6 @@ pref("mail.save_msg_filename_underscores_for_space", false);
// Disable cache v2 since migration has not been done, it is pending in bug 1021843.
pref("browser.cache.use_new_backend", 0);
pref("browser.cache.use_new_backend_temp", false);
// calendar promotion status
pref("mail.calendar-integration.opt-out", false);