Revert "Use UTF-8 in Thunderbird"

This reverts commit dcdd5c5c01.
This commit is contained in:
Daniel Berteaud 2013-04-04 17:51:57 +02:00
parent 66cf339370
commit abba59aa8f
1 changed files with 0 additions and 5 deletions

View File

@ -183,11 +183,6 @@ $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"))){