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 5e38d4a528a6f66062e48f8fc94ad7ce514c5133
parent 8b7cc9ed35815f113ba449fbe4cea26dcf01bb53
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Fri, 22 Apr 2016 09:20:10 -0700

add help text to attachment command

Diffstat:
M.mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -107,7 +107,7 @@ auto_view text/html alternative_order text/plain text/enriched text/html # show email in browser -macro attach V "<pipe-entry>cat >~/.cache/mutt_mail.html && open ~/.cache/mutt_mail.html && rm ~/.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>" "show attachment in browser" # vi-like movement bind attach,index gg first-entry