]> 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:

fixup! Support both mp/related inline tree structures
authormartin f. krafft <madduck@madduck.net>
Thu, 24 Aug 2023 13:39:11 +0000 (01:39 +1200)
committermartin f. krafft <madduck@madduck.net>
Thu, 24 Aug 2023 13:39:11 +0000 (01:39 +1200)
.config/neomutt/buildmimetree.py

index 36298ca0247294bdf6ffafc5f325582c2462b809..491696f5412c4cd11374b29c4acbedc4d6eaab10 100755 (executable)
@@ -300,8 +300,8 @@ def convert_markdown_to_html(
     origtext,
     draftpath,
     *,
+    related_to_html_only=False,
     cssfile=None,
-    related_to_html_only=True,
     filewriter_fn=filewriter_fn,
     tempdir=None,
     extensions=None,