]> git.madduck.net Git - etc/neomutt.git/history - .config/neomutt/buildmimetree.py

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:

buildmimetree.py: Copyright update
[etc/neomutt.git] / .config / neomutt / buildmimetree.py
2023-08-23 martin f. krafftbuildmimetree.py: Copyright update
2023-08-23 martin f. krafftbuildmimetree.py: simplify CLI
2023-08-23 martin f. krafftbuildmimetree.py: fix up extensions
2023-08-23 martin f. krafftbuildmimetree.py: make kill-line a constant
2023-08-23 martin f. krafftbuildmimetree.py: Provide --only-build switch to preven...
2023-08-23 martin f. krafftbuildmimetree.py: Prefix inline image description
2023-08-23 martin f. krafftbuildmimetree.py: allow multipart/related instead of...
2023-08-23 martin f. krafftbuildmimetree.py: reformat
2023-08-23 martin f. krafftbuildmimetree.py: allow tempdir to be controlled
2023-08-23 martin f. krafftbuildmimetree.py: test-cover inline image collection
2023-08-23 martin f. krafftbuildmimetree.py: turn base64 image into test fixture
2023-08-23 martin f. krafftbuildmimetree.py: reformat
2023-08-23 martin f. krafftbuildmimetree.py: implement inline image handling
2023-08-23 martin f. krafftbuildmimetree.py: file IO outside do_massage
2023-08-23 martin f. krafftbuildmimetree.py: pass --debug-commands to editor if...
2023-08-23 martin f. krafftbuildmimetree.py: externalise file i/o from converter
2023-08-23 martin f. krafftbuildmimetree.py: unified item dscription setting
2023-08-23 martin f. krafftbuildmimetree.py: support modifying the original markdo...
2023-08-23 martin f. krafftbuildmimetree.py: --send-message base work
2023-08-22 martin f. krafftbuildhtmltree.py: test massage
2023-08-22 martin f. krafftbuildhtmltree.py: First part of test tree still original
2023-08-22 martin f. krafftbuildhtmltree.py: It's mp/relative not /related
2023-08-22 martin f. krafftbuildhtmltree.py: Create cmd_f outside massage
2023-08-22 martin f. krafftWIP buildmimetree.py