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

This commit is contained in:
paul 2022-02-14 17:16:11 +00:00
parent 933b677013
commit cca5bb8c5b

View file

@ -10541,7 +10541,6 @@ warn_err:
if (action == COMPOSE_AUTO_SAVE) {
compose->autosaved_draft = compose->targetinfo;
}
compose->modified = FALSE;
compose_set_title(compose);
}
unlock: