From 379804126f39096ae077c50f004d542624ce1595 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 6 Feb 2014 17:43:04 +0100 Subject: [PATCH] Configure TB to reply on top by default --- root/usr/share/mozilla-mcd/thunderbird.php | 1 + 1 file changed, 1 insertion(+) diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index a7c264a..e5b3308 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -130,6 +130,7 @@ defaultPref("mail.identity.id.drafts_folder_pickup_mode", "1") defaultPref("mail.identity.id.draft_folder", "imap://@/Drafts"); defaultPref("mail.identity.id.templ_folder_pickup_mode", "1"); defaultPref("mail.identity.id.stationery_folder", "imap://@/Templates"); +defaultPref("mail.identity.id.reply_on_top", 1); defaultPref("mail.identity.id.attach_signature", true); defaultPref("mail.identity.id.sig_file", path_profile+path_sep+"signature"+path_sep+"email.html");