mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
fix replies (#323)
This commit is contained in:
@@ -164,12 +164,12 @@ impl Msg {
|
||||
pub fn into_reply(mut self, all: bool, account: &AccountConfig) -> Result<Self> {
|
||||
let account_addr = account.address()?;
|
||||
|
||||
// Message-Id
|
||||
self.message_id = None;
|
||||
|
||||
// In-Reply-To
|
||||
self.in_reply_to = self.message_id.to_owned();
|
||||
|
||||
// Message-Id
|
||||
self.message_id = None;
|
||||
|
||||
// To
|
||||
let addrs = self
|
||||
.reply_to
|
||||
|
||||
Reference in New Issue
Block a user