From d187cff81006839f80d418f745add237617d9236 Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Mon, 15 Nov 2021 14:59:10 +0400 Subject: [PATCH] Update --- cache/mutt/.keep | 0 config/mutt/muttrc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 cache/mutt/.keep 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