]> git.madduck.net Git - etc/neomutt.git/blobdiff - .config/neomutt/neomuttrc

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:

send html mail directly
[etc/neomutt.git] / .config / neomutt / neomuttrc
index ad9e82a2f0eaedfc487f52c928767daed8ebc025..6562dcff9119320d63ec29f9b440b8c0d8ba2b70 100644 (file)
@@ -1,6 +1,6 @@
 set my_confdir="$HOME/.config/neomutt"
 
-set my_attribution_de="Hinsichtlich folgendem, das \"%n\" am %{%Y-%m-%d} um %{%H:%M Uhr %Z} schrieb:"
+set my_attribution_de="Hinsichtlich Folgendem, was \"%n\" am %{%Y-%m-%d} um %{%H:%M Uhr %Z} schrieb:"
 set my_attribution_en="Regarding the following, written by \"%n\" on %{%Y-%m-%d} at %{%H:%M Uhr %Z}:"
 
 source $my_confdir/confvars
@@ -10,7 +10,7 @@ source $my_confdir/alternates
 source $my_confdir/keybindings
 source $my_confdir/lists
 source $my_confdir/spam
-#source $my_confdir/hooks
+source $my_confdir/hooks
 
 auto_view text/html text/calendar
 #auto_view application/x-gunzip application/x-tar-gz application/x-tar application/x-gtar
@@ -32,7 +32,7 @@ source "test ! -f $my_mutt_mailboxes || cat $my_mutt_mailboxes|"
 #virtual-mailboxes "read" "notmuch://?query=not:tag:unread"
 #virtual-mailboxes "spam" "notmuch://?query=tag:spam"
 
-bind index,pager X change-vfolder
+bind index,pager V change-vfolder
 bind index,pager + entire-thread
 # generate virtual folder from query
 bind index,pager <F8> vfolder-from-query
@@ -66,5 +66,4 @@ tag-formats "inbox"   "GI" \
 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 --only-build --css-file $my_confdir/htmlmail.css|'<enter><enter-command> source \$my_mdwn_postprocess_cmd_file<enter>" "Convert message into a modern MIME tree with inline images"
-bind compose Y send-message
+macro compose y "<enter-command> source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --css-file $my_confdir/htmlmail.css|'<enter><enter-command> source \$my_mdwn_postprocess_cmd_file<enter>" "Convert message into a modern MIME tree with inline images"