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 530a93c4b3f5e83d870073472785ba04cfd86088
parent 4fab7b9abfb3209b2a8e407c8ecbe2063e2fd5de
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 27 Nov 2017 07:50:11 -0500

open attachment in browser with Return

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

diff --git a/links/.mutt/muttrc b/links/.mutt/muttrc @@ -127,7 +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" +#macro attach V "<pipe-entry>cat >~/.mutt_mail.html && open ~/.mutt_mail.html<enter>" "show attachment in browser" +bind attach <return> view-mailcap # vi-like movement bind attach,index gg first-entry