[Commits] [SCM] claws branch, master, updated. 4.1.0-25-g7e0c8bc23
paul at claws-mail.org
paul at claws-mail.org
Mon May 23 12:07:01 CEST 2022
The branch, master has been updated
via 7e0c8bc23c4b6b6b6bb724042f40938c98f8ad97 (commit)
from 82c164bb8b0b88b3f04ca114a68e560866a9e818 (commit)
Summary of changes:
src/compose.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 7e0c8bc23c4b6b6b6bb724042f40938c98f8ad97
Author: Paul <paul at claws-mail.org>
Date: Mon May 23 11:06:57 2022 +0100
fix bug 4583, 'Compose window 'Discard message' dialog is displayed even though draft is already saved'
diff --git a/src/compose.c b/src/compose.c
index 236a045a9..ba60902df 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10607,6 +10607,8 @@ static void compose_save_cb(GtkAction *action, gpointer data)
Compose *compose = (Compose *)data;
compose_draft(compose, COMPOSE_KEEP_EDITING);
compose->rmode = COMPOSE_REEDIT;
+ compose->modified = FALSE;
+ compose_set_title(compose);
}
void compose_attach_from_list(Compose *compose, GList *file_list, gboolean free_data)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list