diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 53279af..fbe2b40 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -42,8 +42,8 @@ macro pager gn "" macro pager gp "" macro pager gr "" # Allow urlscan to follow links additional of the builtin urlview -macro index,pager,attach gu 'urlscan -W' "Follow links with urlscan" -macro index,pager,attach go 'urlscan' "Follow links with urlscan" +macro index,pager,attach gu 'urlscan' "Follow links with urlscan" +macro index,pager,attach go 'urlscan --headers -d -W' "Follow links with urlscan" # Neither builtin urlview nor urlscan really worked great on stupid marketing mails, so w3m for the rescue... macro index,pager,attach gv "text/htmlw3m -T text/html -o imgdisplay= -o confirm_qq=false"