mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Improved day header handling
This commit is contained in:
@@ -137,7 +137,7 @@ public class EntityMessage implements Serializable {
|
||||
public Long last_attempt; // send
|
||||
|
||||
@Ignore
|
||||
public boolean day = false;
|
||||
boolean day = false;
|
||||
|
||||
static String generateMessageId() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user