dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c25497bd2f00db2be128ae07a00cf3640279a7cc
parent d73d63f90ebad5cecfb52ba8ae29b1de66e5c030
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 28 Feb 2016 10:10:03 -0800

show attachment in default browser with V

Diffstat:
M.mutt/muttrc | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -129,7 +129,10 @@ auto_view text/html # HTML is the last option. alternative_order text/plain text/enriched text/html -# show e +# show email in browser +#macro attach V "<pipe-entry>cat >~/.cache/mutt/mail.html && open +#~/.cache/mutt/mail.html<enter>" +macro attach V "<pipe-entry>cat >~/.cache/mutt_mail.html && open ~/.cache/mutt_mail.html && rm ~/.cache/mutt_mail.html<enter>" # vi-like movement bind attach,index gg first-entry