This commit is contained in:
Adam D. Ruppe 2021-07-16 15:09:17 -04:00
parent d55ad42377
commit 846105b0be
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class MimePart {
string gpgproto;
MimeAttachment toMimeAttachment() {
if(type == "multipart/mixed" && stuff.length == 1)
if(type == "multipart/mixed" && stuff.length == 1)
return stuff[0].toMimeAttachment;
MimeAttachment att;