mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 16:10:58 +01:00
Simplify folder names
This commit is contained in:
@@ -308,7 +308,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return (display == null ? name : display);
|
||||
return name;
|
||||
}
|
||||
|
||||
public JSONObject toJSON() throws JSONException {
|
||||
|
||||
Reference in New Issue
Block a user