mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
Do not reply to messages that can't be decrypted
This commit fixes the test broken in previous commit.
This commit is contained in:
committed by
holger krekel
parent
35566f5ea5
commit
7de23f86b1
@@ -527,6 +527,7 @@ impl MimeMessage {
|
||||
part.typ = Viewtype::Text;
|
||||
part.msg_raw = Some(txt.clone());
|
||||
part.msg = txt;
|
||||
part.param.set(Param::Error, "Decryption failed");
|
||||
|
||||
self.parts.push(part);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user