mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Better folder sort
This commit is contained in:
@@ -73,6 +73,10 @@ public class EntityFolder {
|
||||
return (TYPE_OUTBOX.equals(type) || TYPE_DRAFTS.equals(type) || TYPE_SENT.equals(type));
|
||||
}
|
||||
|
||||
static Boolean isUser(String type) {
|
||||
return TYPE_USER.equals(type);
|
||||
}
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
public Long id;
|
||||
public Long account; // Outbox = null
|
||||
|
||||
Reference in New Issue
Block a user