mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Select receipt request in send dialog
This commit is contained in:
@@ -367,6 +367,9 @@ public interface DaoMessage {
|
||||
@Query("UPDATE message SET priority = :priority WHERE id = :id")
|
||||
int setMessagePriority(long id, Integer priority);
|
||||
|
||||
@Query("UPDATE message SET receipt_request = :receipt_request WHERE id = :id")
|
||||
int setMessageReceiptRequest(long id, Boolean receipt_request);
|
||||
|
||||
@Query("UPDATE message SET notifying = :notifying WHERE id = :id")
|
||||
int setMessageNotifying(long id, int notifying);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user