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.
@@ -43,7+43,7 @@ bind index > vfolder-window-forward
#bind index,pager \` modify-labels
#macro index,pager \Ct "<modify-labels>!todo<enter>" "Toggle the 'todo' tag"
#
#bind index,pager \` modify-labels
#macro index,pager \Ct "<modify-labels>!todo<enter>" "Toggle the 'todo' tag"
#
-index-format-hook date "~d<1d" "%{%H:%M%Z}"
+index-format-hook date "~d<1d" "%{%H:%M%z}"
index-format-hook date "~A" "%d"
tag-transforms "unread" "N" \
index-format-hook date "~A" "%d"
tag-transforms "unread" "N" \
@@ -69,3+69,6 @@ set my_markdown_extensions="admonition,codehilite,sane_lists,smarty,pymdownx.ext
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
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"