Mark single messages found

This commit is contained in:
M66B
2020-01-09 20:11:43 +01:00
parent 694a97600f
commit 5c7363f843
2 changed files with 2 additions and 17 deletions

View File

@@ -516,11 +516,6 @@ public interface DaoMessage {
@Query("UPDATE message SET ui_found = 1 WHERE id = :id")
int setMessageFound(long id);
@Query("UPDATE message SET ui_found = 1" +
" WHERE account = :account" +
" AND thread = :thread")
int setMessageFound(long account, String thread);
@Query("UPDATE message SET ui_found = 0")
int resetSearch();