From d8049463e86e9efae67ef79dadf302325758ac1e Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Fri, 17 Oct 2025 17:38:15 +0200 Subject: [PATCH] Configure url-views in neomutt mails via urlscan and urlview Some mails are just stupidly hard to parse, especially if the HTML contains dozens of images. Kununu even managed to include the same amount of images into the text-mails with all their marketing foo in the URL. So, since these were so hard to understand I needed multiple different "grades" of URL lists. This change allow be to choose between different views. --- .config/mutt/muttrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 398d878..9a312da 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -41,8 +41,9 @@ macro pager gg "" macro pager gn "" macro pager gp "" macro pager gr "" -# Use urlscan instead to follow links instead of the builtin urlview -macro pager \cb 'urlscan -W' "Follow links with urlscan" +# Allow urlscan to follow links additional of the builtin urlview +macro pager \cg 'urlscan -W' "Follow links with urlscan" +macro pager \cv 'urlscan' "Follow links with urlscan" macro index,pager mv "" "move message to chosen folder"