Re: [SM-USERS] Occasional Empty fields in 'From' and 'Subject' after migrating to new server

2016-07-06 Thread Paul Lesniewski
On 2016年07月06日 01:45, Niclas Arndt wrote: > This patch fixes the problem for me with OpenSUSE Leap 42.1, Squirrelmail > 1.4.22, for Swedish characters: > > > - open /path/squirrelmail/functions/i18n.php > - in function charset_decode line 187: > > if (! $save_html) $string = htmlspecialchars

Re: [SM-USERS] Occasional Empty fields in 'From' and 'Subject' after migrating to new server

2016-07-06 Thread Niclas Arndt
This patch fixes the problem for me with OpenSUSE Leap 42.1, Squirrelmail 1.4.22, for Swedish characters: - open /path/squirrelmail/functions/i18n.php - in function charset_decode line 187: if (! $save_html) $string = htmlspecialchars ($string); change it to: if (! $save_html) $string = htmls