From 338c1a13931999fa50557b6aa9b9848e612823fa Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Fri, 24 Oct 2025 23:49:52 +0200 Subject: [PATCH] Adjust urlscan more to my taste --- .config/mutt/muttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"