mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
1.4 KiB
1.4 KiB
Mutt HTML Rendering for CLI and GUI
Preview and Render HTML emails, both in commandline or in a GUI web browser
install requirements
mutt
muttrc
vim ~/.muttrc
# open in gui browser: hit "v" then go down to text/html then hit "m"
bind attach <return> view-mailcap
auto_view text/html # view html automatically
alternative_order text/plain text/enriched text/html # list html for last
mailcap
vim ~/.mailcap
# text/html; chromium %s &; test=test -n "$DISPLAY"; needsterminal;
# text/html; w3m -I %{charset} -T text/html; copiousoutput;
text/html; "$BROWSER" %s &; test=test -n "$DISPLAY"; needsterminal;
text/html; "$BROWSERCLI" -I %{charset} -T text/html; copiousoutput;
references
contact
_ _ _ _
__ _ ___ | |_| |__ | | ___| |_ _ _
/ _` |/ _ \| __| '_ \| |/ _ \ __| | | |
| (_| | (_) | |_| |_) | | __/ |_| |_| |
\__, |\___/ \__|_.__/|_|\___|\__|\__,_|
|___/