mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Change for issue #147
This commit is contained in:
parent
514c69fba2
commit
130397dd89
1 changed files with 3 additions and 1 deletions
|
|
@ -1014,7 +1014,9 @@ trait Messages
|
||||||
|
|
||||||
if ($bReadReceiptRequest)
|
if ($bReadReceiptRequest)
|
||||||
{
|
{
|
||||||
$oMessage->SetReadReceipt($oAccount->Email());
|
// Read Receipts Reference Main Account Email, Not Identities #147
|
||||||
|
// $oMessage->SetReadReceipt(($oFromIdentity ?: $oAccount)->Email());
|
||||||
|
$oMessage->SetReadReceipt($oFrom->GetEmail());
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($bMarkAsImportant)
|
if ($bMarkAsImportant)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue