mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Restore orphan POP3 moves
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user