mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Added move sent menu
This commit is contained in:
@@ -152,6 +152,11 @@ public interface DaoMessage {
|
||||
" AND ui_found = :found")
|
||||
List<EntityMessage> getMessageByMsgId(long account, String msgid, String reference, boolean found);
|
||||
|
||||
@Query("SELECT * FROM message" +
|
||||
" WHERE folder = :folder" +
|
||||
" AND ui_seen")
|
||||
List<EntityMessage> getMessageSeen(long folder);
|
||||
|
||||
@Query("SELECT message.*" +
|
||||
", account.name AS accountName, account.color AS accountColor" +
|
||||
", folder.name AS folderName, folder.display AS folderDisplay, folder.type AS folderType" +
|
||||
|
||||
Reference in New Issue
Block a user