mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Attachment fixes
This commit is contained in:
@@ -864,7 +864,6 @@ public class MessageHelper {
|
||||
for (int i = 0; i < remotes.size(); i++) {
|
||||
EntityAttachment remote = remotes.get(i);
|
||||
if (Objects.equals(remote.name, local.name) &&
|
||||
Objects.equals(remote.disposition, local.disposition) &&
|
||||
Objects.equals(remote.cid, local.cid)) {
|
||||
found = true;
|
||||
downloadAttachment(context, i, local);
|
||||
|
||||
Reference in New Issue
Block a user