diff --git a/cache/mutt/.keep b/cache/mutt/.keep new file mode 100644 index 0000000..e69de29 diff --git a/config/mutt/muttrc b/config/mutt/muttrc index 450c493..f96a402 100644 --- a/config/mutt/muttrc +++ b/config/mutt/muttrc @@ -164,7 +164,7 @@ bind index,pager \CO sidebar-open bind index,pager \Ck sidebar-prev bind index,pager \Cj sidebar-next -macro attach 'V' "cat > ~/.cache/mutt/mail.html; ~/bin/preview-html ~/.cache/mutt/mail.html; rm ~/.cache/mutt/mail.html" +macro attach 'V' "cat > $HOME/.cache/mutt/mail.html; ~/bin/preview-html file://$HOME/.cache/mutt/mail.html; rm $HOME/.cache/mutt/mail.html" macro index 'c' '?^K=' set mailcap_path = ~/.config/mutt/mailcap