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:
parent
b18d3a0f62
commit
b715061cfe
2 changed files with 69 additions and 0 deletions
|
@ -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 #
|
||||
##############
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue