Configure TB to reply on top by default

This commit is contained in:
Daniel Berteaud 2014-02-06 17:43:04 +01:00
parent 982f9f8098
commit 379804126f
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ defaultPref("mail.identity.id<?php echo $id; ?>.drafts_folder_pickup_mode", "1")
defaultPref("mail.identity.id<?php echo $id; ?>.draft_folder", "imap://<?php echo $uid; ?>@<?php echo IMAP_SERVER; ?>/Drafts");
defaultPref("mail.identity.id<?php echo $id; ?>.templ_folder_pickup_mode", "1");
defaultPref("mail.identity.id<?php echo $id; ?>.stationery_folder", "imap://<?php echo $uid; ?>@<?php echo IMAP_SERVER; ?>/Templates");
defaultPref("mail.identity.id<?php echo $id; ?>.reply_on_top", 1);
defaultPref("mail.identity.id<?php echo $id; ?>.attach_signature", true);
defaultPref("mail.identity.id<?php echo $id; ?>.sig_file", path_profile+path_sep+"signature"+path_sep+"email.html");
<?php