mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Rename account IncLogin to ImapUser and OutLogin to SmtpUser
This commit is contained in:
parent
326d35eee7
commit
f8790a3a89
3 changed files with 20 additions and 12 deletions
|
|
@ -553,7 +553,7 @@ trait Messages
|
|||
}
|
||||
|
||||
if ($oMessage) {
|
||||
$ETag = $oMessage->ETag($this->getAccountFromToken()->IncLogin());
|
||||
$ETag = $oMessage->ETag($this->getAccountFromToken()->ImapUser());
|
||||
$this->verifyCacheByKey($ETag);
|
||||
$this->Plugins()->RunHook('filter.result-message', array($oMessage));
|
||||
$this->cacheByKey($ETag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue