From: martin f. krafft Date: Wed, 23 Aug 2023 05:05:27 +0000 (+1200) Subject: buildmimetree.py: allow multipart/related instead of relative X-Git-Url: https://git.madduck.net/etc/neomutt.git/commitdiff_plain/9407a71081cc6926316df0cd630240d76b82cfc6 buildmimetree.py: allow multipart/related instead of relative --- diff --git a/.config/neomutt/buildmimetree.py b/.config/neomutt/buildmimetree.py index a0112c8..a570a3b 100755 --- a/.config/neomutt/buildmimetree.py +++ b/.config/neomutt/buildmimetree.py @@ -495,7 +495,7 @@ def do_massage( # appropriate grouping: if item.subtype == "alternative": cmds.push("") - elif item.subtype == "relative": + elif item.subtype in ("relative", "related"): cmds.push("") elif item.subtype == "multilingual": cmds.push("")