From 7ebe03f8ecdcfe904d870fd64cb97534146edf5e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 6 Sep 2012 18:49:10 +0200 Subject: [PATCH] =?UTF-8?q?Masquer=20les=20messages=20de=20nouvelles=20ver?= =?UTF-8?q?sions=20de=20Thunderbird=20et=20=C3=A9quivalents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/usr/share/mozilla-mcd/thunderbird.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index e80282d..193bc84 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -123,6 +123,13 @@ defaultPref("mail.content_disposition_type ", 1); defaultPref("mail.imap.expunge_option", 3); defaultPref("mail.imap.expunge_threshold_number", 100); +// Hide useless messages +("mail.ui.show.migration.on.upgrade", false); +("app.update.showInstalledUI", false); +("browser.startup.homepage_override.mstone", "ignore"); +("mailnews.start_page_override.mstone", "ignore"); +("mail.rights.version", 1); +