mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added deleting attachments
This commit is contained in:
@@ -31,6 +31,7 @@ import androidx.core.content.FileProvider;
|
||||
import androidx.preference.PreferenceManager;
|
||||
import androidx.room.Entity;
|
||||
import androidx.room.ForeignKey;
|
||||
import androidx.room.Ignore;
|
||||
import androidx.room.Index;
|
||||
import androidx.room.PrimaryKey;
|
||||
|
||||
@@ -98,6 +99,9 @@ public class EntityAttachment {
|
||||
public String media_uri;
|
||||
public String error;
|
||||
|
||||
@Ignore
|
||||
public boolean selected = true;
|
||||
|
||||
// Gmail sends inline images as attachments with a name and cid
|
||||
|
||||
boolean isInline() {
|
||||
|
||||
Reference in New Issue
Block a user