mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Unable to forward emails with attachments (#1091)
This commit is contained in:
parent
137b639c19
commit
8566e1db97
1 changed files with 1 additions and 1 deletions
|
|
@ -1324,7 +1324,7 @@ ComposePopupView.prototype.onMessageUploadAttachments = function(sResult, oData)
|
||||||
{
|
{
|
||||||
for (sTempName in oData.Result)
|
for (sTempName in oData.Result)
|
||||||
{
|
{
|
||||||
if (Utils.has(oData.Result, oData.Result))
|
if (Utils.has(oData.Result, sTempName))
|
||||||
{
|
{
|
||||||
oAttachment = this.getAttachmentById(oData.Result[sTempName]);
|
oAttachment = this.getAttachmentById(oData.Result[sTempName]);
|
||||||
if (oAttachment)
|
if (oAttachment)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue