diff --git a/src/mimefactory.rs b/src/mimefactory.rs index d43094ed9..a5af47063 100644 --- a/src/mimefactory.rs +++ b/src/mimefactory.rs @@ -415,6 +415,9 @@ impl MimeFactory { req_mdn = true; } + // TODO if hidden_recipients but email_to_remove is some, + // only send to email_to_remove + encryption_keys = if !is_encrypted { None } else if chat.is_out_broadcast() {