Use UTF-8 in Thunderbird

This commit is contained in:
Daniel Berteaud 2013-02-21 11:30:22 +01:00
parent 6fbbfeab71
commit dcdd5c5c01
1 changed files with 5 additions and 0 deletions

View File

@ -183,6 +183,11 @@ $id++;
<?php echo $pref;?>("mailnews.start_page_override.mstone", "ignore");
<?php echo $pref;?>("mail.rights.version", 1);
// Use UTF-8
<?php echo $pref;?>("font.language.group", "x-unicode");
<?php echo $pref;?>("mailnews.send_default_charset", "UTF-8");
<?php echo $pref;?>("mailnews.view_default_charset", "UTF-8");
<?php
// Include other conf fragment if they exist
if (is_array(glob("thunderbird.mod.*.php"))){