talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit cca5bb8c5b1c05df292e95456bc9c9af040f8c31
parent 933b677013cb19ecf978c7476b10208cb310accd
Author: paul <paul@claws-mail.org>
Date:   Mon, 14 Feb 2022 17:16:11 +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

Diffstat:
Msrc/compose.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/compose.c b/src/compose.c @@ -10541,7 +10541,6 @@ warn_err: if (action == COMPOSE_AUTO_SAVE) { compose->autosaved_draft = compose->targetinfo; } - compose->modified = FALSE; compose_set_title(compose); } unlock: