Added quick permanent delete

This commit is contained in:
M66B
2022-06-02 12:45:04 +02:00
parent 4fe9f7e082
commit 62f54ad52a
6 changed files with 100 additions and 46 deletions

View File

@@ -23,4 +23,6 @@ public class TupleUidl {
long id;
String uidl;
String msgid;
String thread;
boolean ui_hide;
}