mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
DoAttachmentsActions $mResult not used
This commit is contained in:
parent
d59a326920
commit
9510347d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ trait Attachments
|
|||
$iUid = (int) $aValues['uid'];
|
||||
$sMimeIndex = (string) $aValues['mimeIndex'] ?: '';
|
||||
$oFileProvider = $this->FilesProvider();
|
||||
$mResult = $this->MailClient()->MessageMimeStream(
|
||||
$this->MailClient()->MessageMimeStream(
|
||||
function ($rResource, $sContentType, $sFileName, $sMimeIndex = '')
|
||||
use ($oAccount, $oFileProvider, &$aValues) {
|
||||
unset($sContentType, $sFileName, $sMimeIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue