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