.muttrc

changeset 365
b3ab12e8a598
parent 354
c7161b3ba76f
child 367
a9ef42db273e
equal deleted inserted replaced
364:dc8ef0de424d 365:b3ab12e8a598
28 set assumed_charset = "utf-8:iso8859-1" 28 set assumed_charset = "utf-8:iso8859-1"
29 set autoedit = yes 29 set autoedit = yes
30 set edit_headers = yes 30 set edit_headers = yes
31 set editor = "exec vim" 31 set editor = "exec vim"
32 set strict_threads = yes 32 set strict_threads = yes
33 set wait_key = no
33 34
34 set text_flowed = yes 35 set text_flowed = yes
35 set reverse_name = yes 36 set reverse_name = yes
36 set envelope_from = yes 37 set envelope_from = yes
37 set fast_reply = yes 38 set fast_reply = yes
70 bind pager R group-reply 71 bind pager R group-reply
71 bind pager l list-reply 72 bind pager l list-reply
72 73
73 macro index,pager \Cb "<pipe-message> urlscan<enter>" 'urlscan' 74 macro index,pager \Cb "<pipe-message> urlscan<enter>" 'urlscan'
74 macro attach,compose \Cb "<pipe-entry> urlscan<enter>" 'urlscan' 75 macro attach,compose \Cb "<pipe-entry> urlscan<enter>" 'urlscan'
76
77 # Turn a text/plain markdown part into text/html
78 macro compose \eh "F pandoc -s -f markdown -t html \ny^T^Utext/html; charset=us-ascii\n" 'htmlify'
75 79
76 push <first-entry> 80 push <first-entry>
77 81
78 # Appearance 82 # Appearance
79 set sort = reverse-threads 83 set sort = reverse-threads

mercurial