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

provide manual send keybindings main
authormartin f. krafft <madduck@madduck.net>
Wed, 12 Jun 2024 12:57:00 +0000 (14:57 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 12 Jun 2024 12:57:00 +0000 (14:57 +0200)
.config/neomutt/keybindings
.config/neomutt/neomuttrc

index 8283146dac8e99a1c19dabc366c498f312258854..ec036bd4cd321fa8d8e6208817f942de015925b9 100644 (file)
@@ -46,9 +46,6 @@ macro pager           Z       "<save-message>=retrain/ham<enter>" "retrain message as ham"
 
 macro index,pager,attach,compose       \Cb     "<enter-command> set my_pipe_decode=\$pipe_decode<enter><enter-command> set pipe_decode<enter><pipe-message>/usr/bin/urlscan<enter><enter-command> set pipe_decode=\$my_pipe_decode<enter>" "invoke urlscan"
 
-macro compose  Y       '<edit-fcc><kill-line><enter><send-message>' "send message without storing"
-macro compose  \Cy     '<pgp-menu>c<send-message>' "send message without signing"
-macro compose  \CY     '<pgp-menu>cY' "send message without storing signing"
 macro compose  N       '<enter-command> unset fcc_attach<enter>' "do not fcc-store attachment"
 
 macro index,pager      F       '<limit>~L ' "search for correspondents"
index 32cd6cfd492bb6ba79b0765a96a16f559dc12868..8e2aa32fbf93919a249c94380abb5e16a0c256fa 100644 (file)
@@ -67,3 +67,5 @@ set pager_format="<%a> %*  %J (%P)"
 
 set my_markdown_extensions="admonition,codehilite,sane_lists,smarty,pymdownx.extra,pymdownx.highlight,pymdownx.critic,pymdownx.keys,pymdownx.magiclink,pymdownx.mark,pymdownx.saneheaders,pymdownx.smartsymbols,nl2br"
 macro compose y "<enter-command> source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --css-file $my_confdir/htmlmail.css --domain madduck.net|'<enter><enter-command> source \$my_mdwn_postprocess_cmd_file<enter>" "Convert message into a modern MIME tree with inline images"
+macro compose Y "<enter-command> source '$my_confdir/buildmimetree.py --just-build --max-number-other-attachments 100 --extensions $my_markdown_extensions --tempdir $tmpdir --css-file $my_confdir/htmlmail.css --domain madduck.net|'<enter><enter-command> source \$my_mdwn_postprocess_cmd_file<enter>" "Convert message into a modern MIME tree with inline images"
+bind compose \Cy send-message