[Commits] [SCM] claws branch, master, updated. 3.18.0-335-g0fa8f2c13
paul at claws-mail.org
paul at claws-mail.org
Mon Feb 14 17:17:32 UTC 2022
The branch, master has been updated
via 0fa8f2c13011eb4c1a3cae61046f6997dc5d604f (commit)
from d154d3fe780aad5214661c9f01f323ececa16d44 (commit)
Summary of changes:
src/compose.c | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit 0fa8f2c13011eb4c1a3cae61046f6997dc5d604f
Author: paul <paul at claws-mail.org>
Date: Mon Feb 14 17:16:11 2022 +0000
fix bug where dialogue requesting choice from user is not shown and some options are lost (e.g. sign or request return receipt) when autosave happens immediately before user closes the window
diff --git a/src/compose.c b/src/compose.c
index 376e46b5a..f25aa7e36 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10572,7 +10572,6 @@ warn_err:
if (action == COMPOSE_AUTO_SAVE) {
compose->autosaved_draft = compose->targetinfo;
}
- compose->modified = FALSE;
compose_set_title(compose);
}
unlock:
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list