mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix Disposition Notification title does not get correct translation, specifically for words with umlauts
This commit is contained in:
parent
ed43f07811
commit
afa1918871
@ -159,6 +159,8 @@ class Imap extends Horde_Imap_Client_Socket implements Imap\Iface
|
||||
if (is_null($_timeout)) $_timeout = $this->params['acc_imap_timeout']?$this->params['acc_imap_timeout']:self::getTimeOut ();
|
||||
|
||||
// Horde use locale for translation of error messages
|
||||
// need to set LC_CTYPE for charachter classification (eg. Umlauts)
|
||||
Api\Preferences::setlocale(LC_CTYPE);
|
||||
Api\Preferences::setlocale(LC_MESSAGES);
|
||||
|
||||
// some plugins need extra measures to switch to an admin connection (eg. Dovecot constructs a special admin user name)
|
||||
|
Loading…
Reference in New Issue
Block a user