mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
Plain text: always attach images
This commit is contained in:
@@ -87,6 +87,11 @@ public interface DaoAttachment {
|
||||
" WHERE id = :id")
|
||||
void setError(long id, String error);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET disposition = :disposition" +
|
||||
" WHERE id = :id")
|
||||
void setDisposition(long id, String disposition);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET cid = :cid" +
|
||||
" WHERE id = :id")
|
||||
|
||||
Reference in New Issue
Block a user