mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Save draft when dity only
This commit is contained in:
@@ -328,7 +328,7 @@ public class EntityMessage implements Serializable {
|
||||
return false;
|
||||
}
|
||||
|
||||
private static boolean equal(Address[] a1, Address[] a2) {
|
||||
static boolean equal(Address[] a1, Address[] a2) {
|
||||
if (a1 == null && a2 == null)
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user