Restore orphan POP3 moves

This commit is contained in:
M66B
2022-06-06 19:39:39 +02:00
parent 06e84bac7f
commit 4746ede5f0
3 changed files with 7 additions and 12 deletions

View File

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