mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-16 04:20:37 +02:00
Added option to delete attachments
This commit is contained in:
@@ -57,4 +57,7 @@ public interface DaoAttachment {
|
||||
|
||||
@Update
|
||||
void updateAttachment(EntityAttachment attachment);
|
||||
|
||||
@Query("DELETE FROM attachment WHERE id = :id")
|
||||
int deleteAttachment(long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user