From 4fb602c9bcd02a2deef63d4722de6938b8d6a695 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 22 Aug 2023 23:59:13 +1200 Subject: [PATCH] buildhtmltree.py: First part of test tree still original --- .config/neomutt/buildmimetree.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/neomutt/buildmimetree.py b/.config/neomutt/buildmimetree.py index 83cbe4d..3421528 100755 --- a/.config/neomutt/buildmimetree.py +++ b/.config/neomutt/buildmimetree.py @@ -490,7 +490,13 @@ try: Multipart( "alternative", children=[ - Part("text", "plain", "part.txt", desc="Plain"), + Part( + "text", + "plain", + "part.txt", + desc="Plain", + orig=True, + ), Part("text", "html", "part.html", desc="HTML"), ], desc="Alternative", -- 2.39.2