From 7fe4ea4da0725a6c867053f1533b1763d1ae483c Mon Sep 17 00:00:00 2001 From: MakeMyDay Date: Sun, 22 Feb 2015 14:45:00 +0100 Subject: [PATCH] Bug 1130852 -Add opt-out notification for calendar integration - Thunderbird part. r=mkmellin --- mail/app/profile/all-thunderbird.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index 9505196096..a39cd7efd2 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -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);