commit 69f78ed4c0c72e607eadb1df819cbc803b0a3da9
parent 43d043bc8e1626a8336198273dd9117239420423
Author: Paul <paul@claws-mail.org>
Date: Mon, 5 Sep 2022 15:49:35 +0100
correctly set modified flag after auto-save
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);