mirror of https://github.com/adamdruppe/arsd.git
style
This commit is contained in:
parent
d55ad42377
commit
846105b0be
2
email.d
2
email.d
|
@ -351,7 +351,7 @@ class MimePart {
|
||||||
string gpgproto;
|
string gpgproto;
|
||||||
|
|
||||||
MimeAttachment toMimeAttachment() {
|
MimeAttachment toMimeAttachment() {
|
||||||
if(type == "multipart/mixed" && stuff.length == 1)
|
if(type == "multipart/mixed" && stuff.length == 1)
|
||||||
return stuff[0].toMimeAttachment;
|
return stuff[0].toMimeAttachment;
|
||||||
|
|
||||||
MimeAttachment att;
|
MimeAttachment att;
|
||||||
|
|
Loading…
Reference in New Issue