mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Refactoring
This commit is contained in:
@@ -257,7 +257,7 @@ public interface DaoMessage {
|
||||
@Query("SELECT * FROM message" +
|
||||
" WHERE account = :account" +
|
||||
" AND msgid = :msgid")
|
||||
List<EntityMessage> getMessageByMsgId(long account, String msgid);
|
||||
List<EntityMessage> getMessagesByMsgId(long account, String msgid);
|
||||
|
||||
@Query("SELECT * FROM message" +
|
||||
" WHERE account = :account" +
|
||||
|
||||
Reference in New Issue
Block a user