mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 01:28:56 +08:00
Resolve #1396
This commit is contained in:
parent
aca3490331
commit
a80cb495d2
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
if (!$this->Config()->Get('plugin', 'delay', true)
|
||||
&& ($this->Config()->Get('plugin', 'gravatar', false)
|
||||
|| ($this->Config()->Get('plugin', 'bimi', false) && 'pass' == $mFrom['dkimStatus'])
|
||||
|| !$this->Config()->Get('plugin', 'service', true)
|
||||
)
|
||||
) try {
|
||||
// Base64Url
|
||||
|
|
Loading…
Reference in a new issue