Skip to content

Commit c7fb64e

Browse files
committed
fix: send Autocrypt header in MDNs
Otherwise MDNs are attributed to address-contacts rather than key-contacts.
1 parent ebddabe commit c7fb64e

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
@@ -528,7 +528,7 @@ impl MimeFactory {
528528
Loaded::Message { msg, .. } => {
529529
msg.param.get_bool(Param::SkipAutocrypt).unwrap_or_default()
530530
}
531-
Loaded::Mdn { .. } => true,
531+
Loaded::Mdn { .. } => false,
532532
}
533533
}
534534

0 commit comments

Comments
 (0)