# HG changeset patch # User Meredith Howard # Date 1470333093 14400 # Node ID b3ab12e8a5980fb87f87929cef8458477ba2223e # Parent dc8ef0de424dd1dec41eda8a980c89f5997ddcdd dont wait after urlscan, add htmlify macro 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