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 08efdc099e74a1ec7b3ee421a228274b8995e43b
parent dd627aec72f1ee38b3a7aa86b7bba7caaaa19ca4
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon,  9 May 2016 21:48:24 -0700

add note on how to attach multiple files

Diffstat:
M.mutt/muttrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -106,6 +106,9 @@ auto_view text/html # HTML is the last option. alternative_order text/plain text/enriched text/html +# attach multiple files from file browser with 't' (tag). To attach tagged +# files: ';<enter>' + # 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>" "show attachment in browser"