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

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:

etc/neomutt.git
9 months agoadd html stylesheet
martin f. krafft [Sat, 2 Sep 2023 08:32:49 +0000 (10:32 +0200)]
add html stylesheet

9 months agoadd siby alternate
martin f. krafft [Sat, 2 Sep 2023 08:31:08 +0000 (10:31 +0200)]
add siby alternate

9 months agobuildmimetree.py: extract images from html signatures
martin f. krafft [Sat, 2 Sep 2023 08:30:55 +0000 (10:30 +0200)]
buildmimetree.py: extract images from html signatures

10 months agobuildmimetree.py: consistent use of pathlib in the CLI
martin f. krafft [Fri, 25 Aug 2023 04:12:13 +0000 (16:12 +1200)]
buildmimetree.py: consistent use of pathlib in the CLI

10 months agobuildmimetree.py: handle counting of extended family in presence of other attachments
martin f. krafft [Fri, 25 Aug 2023 03:06:27 +0000 (15:06 +1200)]
buildmimetree.py: handle counting of extended family in presence of other attachments

10 months agofixup! Support both mp/related inline tree structures
martin f. krafft [Thu, 24 Aug 2023 13:39:11 +0000 (01:39 +1200)]
fixup! Support both mp/related inline tree structures

10 months agobuildmimetree.py: add --related-to-html-only
martin f. krafft [Thu, 24 Aug 2023 13:36:52 +0000 (01:36 +1200)]
buildmimetree.py: add --related-to-html-only

10 months agoSupport both mp/related inline tree structures
martin f. krafft [Thu, 24 Aug 2023 13:30:01 +0000 (01:30 +1200)]
Support both mp/related inline tree structures

10 months agobuildmimetree.py: rework recursion to keep track of compose position
martin f. krafft [Thu, 24 Aug 2023 13:29:01 +0000 (01:29 +1200)]
buildmimetree.py: rework recursion to keep track of compose position

10 months agobuildmimetree.py: list only becomes mp/mixed if len>1
martin f. krafft [Thu, 24 Aug 2023 13:27:26 +0000 (01:27 +1200)]
buildmimetree.py: list only becomes mp/mixed if len>1

10 months agobuildmimetree.py: provide a default visitor_fn (debug)
martin f. krafft [Thu, 24 Aug 2023 13:25:49 +0000 (01:25 +1200)]
buildmimetree.py: provide a default visitor_fn (debug)

10 months agobuildmimetree.py: handle image URLs starting with cid:
martin f. krafft [Thu, 24 Aug 2023 13:23:15 +0000 (01:23 +1200)]
buildmimetree.py: handle image URLs starting with cid:

10 months agobuildmimetree.py: make Multipart nodes hashable
martin f. krafft [Thu, 24 Aug 2023 13:22:23 +0000 (01:22 +1200)]
buildmimetree.py: make Multipart nodes hashable

10 months agobuildmimetree.py: require massage -o option
martin f. krafft [Thu, 24 Aug 2023 13:21:58 +0000 (01:21 +1200)]
buildmimetree.py: require massage -o option

10 months agofix up pymdownx extensions list
martin f. krafft [Wed, 23 Aug 2023 11:53:48 +0000 (23:53 +1200)]
fix up pymdownx extensions list

10 months agobuildmimetree.py: handle stylesheets/styling
martin f. krafft [Wed, 23 Aug 2023 11:53:24 +0000 (23:53 +1200)]
buildmimetree.py: handle stylesheets/styling

10 months agobuildmimetree.py: argparser cleanup
martin f. krafft [Wed, 23 Aug 2023 10:26:39 +0000 (22:26 +1200)]
buildmimetree.py: argparser cleanup

10 months agobuildmimetree.py: Copyright update
martin f. krafft [Wed, 23 Aug 2023 10:22:40 +0000 (22:22 +1200)]
buildmimetree.py: Copyright update

10 months agouse pymdownx extensions
martin f. krafft [Wed, 23 Aug 2023 10:19:01 +0000 (22:19 +1200)]
use pymdownx extensions

10 months agobuildmimetree.py: simplify CLI
martin f. krafft [Wed, 23 Aug 2023 09:55:36 +0000 (21:55 +1200)]
buildmimetree.py: simplify CLI

10 months agobuildmimetree.py: fix up extensions
martin f. krafft [Wed, 23 Aug 2023 09:43:50 +0000 (21:43 +1200)]
buildmimetree.py: fix up extensions

10 months agoupdate gitignore file
martin f. krafft [Wed, 23 Aug 2023 08:26:34 +0000 (20:26 +1200)]
update gitignore file

10 months agodatestamp tmpdir
martin f. krafft [Wed, 23 Aug 2023 08:26:19 +0000 (20:26 +1200)]
datestamp tmpdir

10 months agobuildmimetree.py: make kill-line a constant
martin f. krafft [Wed, 23 Aug 2023 08:26:09 +0000 (20:26 +1200)]
buildmimetree.py: make kill-line a constant

10 months agobuildmimetree.py: Provide --only-build switch to prevent sending
martin f. krafft [Wed, 23 Aug 2023 08:12:15 +0000 (20:12 +1200)]
buildmimetree.py: Provide --only-build switch to prevent sending

10 months agobuildmimetree.py: Prefix inline image description
martin f. krafft [Wed, 23 Aug 2023 05:08:55 +0000 (17:08 +1200)]
buildmimetree.py: Prefix inline image description

10 months agobuildmimetree.py: allow multipart/related instead of relative
martin f. krafft [Wed, 23 Aug 2023 05:05:27 +0000 (17:05 +1200)]
buildmimetree.py: allow multipart/related instead of relative

10 months agoturn on debug and tempdir for buildmimetree.py macro
martin f. krafft [Wed, 23 Aug 2023 05:04:25 +0000 (17:04 +1200)]
turn on debug and tempdir for buildmimetree.py macro

10 months agobuildmimetree.py: reformat
martin f. krafft [Wed, 23 Aug 2023 05:02:38 +0000 (17:02 +1200)]
buildmimetree.py: reformat

10 months agobuildmimetree.py: allow tempdir to be controlled
martin f. krafft [Wed, 23 Aug 2023 05:02:29 +0000 (17:02 +1200)]
buildmimetree.py: allow tempdir to be controlled

10 months agobuildmimetree.py: test-cover inline image collection
martin f. krafft [Wed, 23 Aug 2023 04:50:40 +0000 (16:50 +1200)]
buildmimetree.py: test-cover inline image collection

10 months agobuildmimetree.py: turn base64 image into test fixture
martin f. krafft [Wed, 23 Aug 2023 04:50:07 +0000 (16:50 +1200)]
buildmimetree.py: turn base64 image into test fixture

10 months agobuildmimetree.py: reformat
martin f. krafft [Wed, 23 Aug 2023 04:49:33 +0000 (16:49 +1200)]
buildmimetree.py: reformat

10 months agobuildmimetree.py: implement inline image handling
martin f. krafft [Wed, 23 Aug 2023 04:39:01 +0000 (16:39 +1200)]
buildmimetree.py: implement inline image handling

10 months agobuildmimetree.py: file IO outside do_massage
martin f. krafft [Wed, 23 Aug 2023 04:38:08 +0000 (16:38 +1200)]
buildmimetree.py: file IO outside do_massage

10 months agobuildmimetree.py: pass --debug-commands to editor if used for setup
martin f. krafft [Wed, 23 Aug 2023 04:35:55 +0000 (16:35 +1200)]
buildmimetree.py: pass --debug-commands to editor if used for setup

10 months agobuildmimetree.py: externalise file i/o from converter
martin f. krafft [Tue, 22 Aug 2023 21:14:18 +0000 (09:14 +1200)]
buildmimetree.py: externalise file i/o from converter

10 months agobuildmimetree.py: unified item dscription setting
martin f. krafft [Tue, 22 Aug 2023 20:40:20 +0000 (08:40 +1200)]
buildmimetree.py: unified item dscription setting

10 months agobuildmimetree.py: support modifying the original markdown source
martin f. krafft [Tue, 22 Aug 2023 20:28:58 +0000 (08:28 +1200)]
buildmimetree.py: support modifying the original markdown source

10 months agobuildmimetree.py: --send-message base work
martin f. krafft [Tue, 22 Aug 2023 12:35:48 +0000 (00:35 +1200)]
buildmimetree.py: --send-message base work

10 months agobuildhtmltree.py: test massage
martin f. krafft [Tue, 22 Aug 2023 11:59:27 +0000 (23:59 +1200)]
buildhtmltree.py: test massage

10 months agobuildhtmltree.py: First part of test tree still original
martin f. krafft [Tue, 22 Aug 2023 11:59:13 +0000 (23:59 +1200)]
buildhtmltree.py: First part of test tree still original

10 months agobuildhtmltree.py: It's mp/relative not /related
martin f. krafft [Tue, 22 Aug 2023 11:58:52 +0000 (23:58 +1200)]
buildhtmltree.py: It's mp/relative not /related

10 months agobuildhtmltree.py: Create cmd_f outside massage
martin f. krafft [Tue, 22 Aug 2023 11:58:21 +0000 (23:58 +1200)]
buildhtmltree.py: Create cmd_f outside massage

10 months agoWIP buildmimetree.py
martin f. krafft [Tue, 22 Aug 2023 11:01:50 +0000 (23:01 +1200)]
WIP buildmimetree.py

10 months agoimport of config from mutt
martin f. krafft [Tue, 22 Aug 2023 11:01:20 +0000 (23:01 +1200)]
import of config from mutt

10 months agoseed gitignore file
martin f. krafft [Tue, 22 Aug 2023 10:49:33 +0000 (22:49 +1200)]
seed gitignore file