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 33c122000d3e607d882df8282f8daf346a0d4786
parent 0f1cac8baecbfd9cf7d2f93127da4299c3258351
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Sat,  9 Dec 2017 08:35:32 -0500

Save mutt HTML attachment as named file for Safari.app

Diffstat:
Mlinks/.mutt/muttrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/links/.mutt/muttrc b/links/.mutt/muttrc @@ -127,8 +127,8 @@ alternative_order text/plain text/enriched text/html # files: ';<enter>' # show email in browser -#macro attach V "<pipe-entry>cat >~/.mutt_mail.html && open ~/.mutt_mail.html<enter>" "show attachment in browser" -bind attach <return> view-mailcap +#bind attach <return> view-mailcap +macro attach <return> "<pipe-entry>cat >~/.mutt_mail.html && open ~/.mutt_mail.html<enter>" "show attachment in browser" # vi-like movement bind attach,index gg first-entry