fix redundant copy saved

This commit is contained in:
Clément DOUIN
2023-12-20 16:43:33 +01:00
parent 92a94c8ff1
commit 2351cfdd28
4 changed files with 7 additions and 12 deletions
+2
View File
@@ -70,6 +70,8 @@ impl MessageReplyCommand {
.build()
.await?;
editor::edit_tpl_with_editor(&account_config, printer, &backend, tpl).await?;
// TODO: let backend.send_reply_raw_message adding the flag
backend.add_flag(&folder, &[id], Flag::Answered).await
}
}