* Mail: Fix Disposition Notification confirmation message always come in english regardless of locale settings

This commit is contained in:
Hadi Nategh 2017-05-18 14:50:31 +02:00
parent 69790c7527
commit 2ab113925a

View File

@ -984,6 +984,8 @@ class Preferences
foreach(array(
$lang.'_'.$country,
$lang.'_'.$country_from_lang,
$lang.'_'.$country.'.utf8',
$lang.'_'.$country_from_lang.'utf8',
$lang,
'en_US',
'C',