mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 11:00:19 +00:00
fix replies (#323)
This commit is contained in:
parent
4bbc348dc6
commit
19f4483a3e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue