mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Fixed inline attachments
This commit is contained in:
@@ -68,6 +68,11 @@ public interface DaoAttachment {
|
||||
" WHERE id = :id")
|
||||
void setDownloaded(long id, Integer size);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET cid = :cid" +
|
||||
" WHERE id = :id")
|
||||
void setCid(long id, String cid);
|
||||
|
||||
@Insert
|
||||
long insertAttachment(EntityAttachment attachment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user