mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
add answered flag when replying to a message
This commit is contained in:
@@ -489,6 +489,7 @@ impl<'a> App<'a> {
|
||||
println!("Sending…");
|
||||
smtp::send(&account, &msg.to_sendable_msg()?)?;
|
||||
imap_conn.append_msg("Sent", &msg.to_vec()?)?;
|
||||
imap_conn.add_flags(mbox, uid, "\\Answered")?;
|
||||
println!("Done!");
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user