From 4506cabbf5e8d3d58e8663cfc0df1e607cd7050b Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 8 Sep 1998 19:25:01 +0000 Subject: [PATCH] =?utf8?q?This=20patch=20makes=20the=20view=20attachment?= =?utf8?q?=20menu=20show=20all=20message/rfc822=20parts=20as=20a=20new=20l?= =?utf8?q?evel,=20not=20only=20the=20multipart=20messages.=20This=20makes?= =?utf8?q?=20it=20possible=20to=20display=20a=20message/rfc822=20part=20wh?= =?utf8?q?ich=20includes=20only=20a=20image/jpeg=20part=20or=20something?= =?utf8?q?=20else=20which=20cant=20be=20viewed=20in=20the=20pager.=20(From?= =?utf8?q?:=20Jimmy=20M=C3=A4kel=C3=A4=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- recvattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recvattach.c b/recvattach.c index a627d16c5..4db824a1d 100644 --- a/recvattach.c +++ b/recvattach.c @@ -120,7 +120,7 @@ ATTACHPTR **mutt_gen_attach_list (BODY *m, new->level = level; /* We don't support multipart messages in the compose menu yet */ - if (!compose && mutt_is_message_type(m->type, m->subtype) && is_multipart (m->parts)) + if (!compose && mutt_is_message_type(m->type, m->subtype)) { idx = mutt_gen_attach_list (m->parts, idx, idxlen, idxmax, level + 1, compose); } -- 2.40.0