Keep flagged POP3 messages on device

This commit is contained in:
M66B
2022-10-22 17:33:45 +02:00
parent 0cb62d9192
commit 52f4f2acf9
3 changed files with 12 additions and 10 deletions

View File

@@ -651,7 +651,7 @@ public interface DaoMessage {
" AND NOT uid IS NULL")
List<Long> getBusyUids(long folder, long time);
@Query("SELECT id, uidl, msgid, thread, ui_hide, ui_busy FROM message" +
@Query("SELECT id, uidl, msgid, ui_hide, ui_busy, ui_flagged FROM message" +
" WHERE folder = :folder")
List<TupleUidl> getUidls(long folder);