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