fix replies (#323)

This commit is contained in:
Oskar 2022-03-04 18:15:26 +01:00 committed by GitHub
parent 4bbc348dc6
commit 19f4483a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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