mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Update sent time on saving draft
This commit is contained in:
@@ -5301,7 +5301,9 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
if (dirty) {
|
||||
draft.received = new Date().getTime();
|
||||
draft.sent = draft.received;
|
||||
db.message().setMessageReceived(draft.id, draft.received);
|
||||
db.message().setMessageSent(draft.id, draft.sent);
|
||||
}
|
||||
|
||||
// Execute action
|
||||
|
||||
Reference in New Issue
Block a user