]> git.madduck.net Git - etc/neomutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

buildhtmltree.py: First part of test tree still original
authormartin f. krafft <madduck@madduck.net>
Tue, 22 Aug 2023 11:59:13 +0000 (23:59 +1200)
committermartin f. krafft <madduck@madduck.net>
Tue, 22 Aug 2023 11:59:13 +0000 (23:59 +1200)
.config/neomutt/buildmimetree.py

index 83cbe4d204beb515ae6018716b093c0e408ca794..3421528533569b23191894a3d2b59ee1f0f9be81 100755 (executable)
@@ -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",