mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Allow moving snoozed messages from outbox to draft
This commit is contained in:
@@ -58,6 +58,11 @@ public interface DaoAttachment {
|
||||
" AND cid = :cid")
|
||||
EntityAttachment getAttachment(long message, String cid);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET message = :message" +
|
||||
" WHERE id = :id")
|
||||
void setMessage(long id, long message);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET progress = :progress, available = 0" +
|
||||
" WHERE id = :id")
|
||||
|
||||
Reference in New Issue
Block a user