[Commits] [SCM] claws branch, master, updated. 4.1.0-59-g69f78ed4c
paul at claws-mail.org
paul at claws-mail.org
Mon Sep 5 14:50:37 UTC 2022
The branch, master has been updated
via 69f78ed4c0c72e607eadb1df819cbc803b0a3da9 (commit)
from 43d043bc8e1626a8336198273dd9117239420423 (commit)
Summary of changes:
src/compose.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 69f78ed4c0c72e607eadb1df819cbc803b0a3da9
Author: Paul <paul at claws-mail.org>
Date: Mon Sep 5 15:49:35 2022 +0100
correctly set modified flag after auto-save
diff --git a/src/compose.c b/src/compose.c
index eb35d54a2..88d21c47c 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10555,6 +10555,7 @@ warn_err:
compose->mode = COMPOSE_REEDIT;
if (action == COMPOSE_AUTO_SAVE) {
+ compose->modified = FALSE;
compose->autosaved_draft = compose->targetinfo;
}
compose_set_title(compose);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list