mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Small fixes
This commit is contained in:
parent
7348b9b8a4
commit
58d8e92902
6 changed files with 111 additions and 46 deletions
|
|
@ -45,7 +45,7 @@ class Service
|
|||
if ($this->oActions->Config()->Get('labs', 'disable_iconv_if_mbstring_supported', false) &&
|
||||
\class_exists('MailSo\Capa') && \MailSo\Base\Utils::IsMbStringSupported())
|
||||
{
|
||||
\MailSo\Capa::$ICONV = false;
|
||||
\MailSo\Config::$ICONV = false;
|
||||
}
|
||||
|
||||
$sServer = \trim($this->oActions->Config()->Get('security', 'custom_server_signature', ''));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue