mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Cleanup
This commit is contained in:
parent
1b43d5812e
commit
fb98adf899
1 changed files with 0 additions and 3 deletions
|
@ -749,9 +749,6 @@ public interface DaoMessage {
|
|||
@Query("UPDATE message SET ui_unsnoozed = :unsnoozed WHERE id = :id AND NOT (ui_unsnoozed IS :unsnoozed)")
|
||||
int setMessageUnsnoozed(long id, boolean unsnoozed);
|
||||
|
||||
@Query("UPDATE message SET uidl = :uidl WHERE id = :id AND NOT (uidl IS :uidl)")
|
||||
int setMessageUidl(long id, String uidl);
|
||||
|
||||
@Query("UPDATE message SET notifying = 0 WHERE NOT (notifying IS 0)")
|
||||
int clearNotifyingMessages();
|
||||
|
||||
|
|
Loading…
Reference in a new issue