diff --git a/.muttrc b/.muttrc --- a/.muttrc +++ b/.muttrc @@ -30,6 +30,7 @@ set autoedit = yes set edit_headers = yes set editor = "exec vim" set strict_threads = yes +set wait_key = no set text_flowed = yes set reverse_name = yes @@ -73,6 +74,9 @@ bind pager l list-reply macro index,pager \Cb " urlscan" 'urlscan' macro attach,compose \Cb " urlscan" 'urlscan' +# Turn a text/plain markdown part into text/html +macro compose \eh "F pandoc -s -f markdown -t html \ny^T^Utext/html; charset=us-ascii\n" 'htmlify' + push # Appearance