aboutsummaryrefslogtreecommitdiff
path: root/.config/mailcap
blob: ff69b62e0044c508ccf7a84c2567e3a34cd6d451 (plain)
1
2
3
4
5
6
7
# open html files in default browser using xdg-open (appends .html to %s)
text/html; xdg-open %s; nametemplate=%s.html; copiousoutput;

# wrap plain text before paging inside mutt (prevents line breaks to be
# prefixed with '+', makes copying URLs easier)
text/plain; fold -w $COLUMNS %s; copiousoutput;