Skip to content

Commit a743ad9

Browse files
committed
feat: do not send Autocrypt in MDNs
1 parent 89315b8 commit a743ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mimefactory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ impl MimeFactory {
546546
Loaded::Message { msg, .. } => {
547547
msg.param.get_bool(Param::SkipAutocrypt).unwrap_or_default()
548548
}
549-
Loaded::Mdn { .. } => false,
549+
Loaded::Mdn { .. } => true,
550550
}
551551
}
552552

0 commit comments

Comments
 (0)