mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 09:01:30 +01:00
Revert "Encryption attachments are inline"
This reverts commit 5c2b5af878.
This commit is contained in:
@@ -92,8 +92,6 @@ public class EntityAttachment {
|
||||
public String error;
|
||||
|
||||
boolean isInline() {
|
||||
if (encryption != null)
|
||||
return true;
|
||||
return (disposition != null && disposition.equalsIgnoreCase(Part.INLINE) && cid != null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user