Neomutt: adds better support for multipart emails

Neomutt now supports sending multipart emails better. See details in my
blog:

https://jonathanh.co.uk/blog/multipart-emails-in-neomutt/
This commit is contained in:
Jonathan Hodgson 2022-05-27 20:53:10 +01:00
parent b18d3a0f62
commit b715061cfe
2 changed files with 69 additions and 0 deletions

View file

@ -171,6 +171,16 @@ bind pager gg top
bind pager j next-line
bind pager k previous-line
######################
# Compose settings #
######################
macro compose Y "<first-entry>\
<pipe-entry>convert-multipart<enter>\
<enter-command>source /tmp/neomutt-commands<enter>
##############
# Contacts #
##############