W.I.P. SMIME:

- Be more specific about SMIME private key configuration warning
This commit is contained in:
Hadi Nategh 2017-07-24 11:56:31 +02:00
parent 93b8b7ab6d
commit c03211180d

View File

@ -3090,7 +3090,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
$credentials = Mail\Credentials::read($this->mail_bo->profileID, Mail\Credentials::SMIME, $GLOBALS['egw_info']['user']['account_id']);
if (empty($credentials['acc_smime_password']))
{
self::callWizard($e->getMessage().' '.lang('Please configure your S/MIME private key in Encryption tab.'));
self::callWizard($e->getMessage().' '.lang('Please configure your S/MIME private key in Encryption tab located at Edit Account dialog.'));
}
// do NOT include any default CSS