Skip to content

Commit a594978

Browse files
link2xtHocuri
andauthored
Update src/mimefactory.rs
Co-authored-by: Hocuri <hocuri@gmx.de>
1 parent e4d7229 commit a594978

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
@@ -213,7 +213,7 @@ impl MimeFactory {
213213
encryption_keys = if msg
214214
.param
215215
.get_bool(Param::ForcePlaintext)
216-
.unwrap_or_default()
216+
.unwrap_or(false)
217217
{
218218
None
219219
} else {

0 commit comments

Comments
 (0)