mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Save parent/child folders
This commit is contained in:
@@ -19,9 +19,10 @@ package eu.faircode.email;
|
||||
Copyright 2018-2019 by Marcel Bokhorst (M66B)
|
||||
*/
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Objects;
|
||||
|
||||
public class TupleFolderEx extends EntityFolder {
|
||||
public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
public String accountName;
|
||||
public Integer accountColor;
|
||||
public String accountState;
|
||||
|
||||
Reference in New Issue
Block a user