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

@@ -23,7 +23,7 @@ public class TupleUidl {
long id;
String uidl;
String msgid;
String thread;
boolean ui_hide;
Long ui_busy;
boolean ui_flagged;
}