mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added experimental HIGHESTMODSEQ support
This commit is contained in:
@@ -296,6 +296,12 @@ public interface DaoMessage {
|
||||
" AND uid = :uid")
|
||||
EntityMessage getMessageByUid(long folder, long uid);
|
||||
|
||||
@Query("SELECT id" +
|
||||
" FROM message" +
|
||||
" WHERE folder = :folder" +
|
||||
" AND uid = :uid")
|
||||
Long getMessageMsgIdByUid(long folder, long uid);
|
||||
|
||||
@Query("SELECT id" +
|
||||
" FROM message" +
|
||||
" WHERE folder = :folder" +
|
||||
|
||||
Reference in New Issue
Block a user