Adjust urlscan more to my taste

This commit is contained in:
2025-10-24 23:49:52 +02:00
parent fe582181f4
commit 338c1a1393

View File

@@ -42,8 +42,8 @@ macro pager gn "<next-entry>"
macro pager gp "<previous-entry>" macro pager gp "<previous-entry>"
macro pager gr "<group-reply>" macro pager gr "<group-reply>"
# Allow urlscan to follow links additional of the builtin urlview # Allow urlscan to follow links additional of the builtin urlview
macro index,pager,attach gu '<pipe-message>urlscan -W<enter>' "Follow links with urlscan" macro index,pager,attach gu '<pipe-message>urlscan<enter>' "Follow links with urlscan"
macro index,pager,attach go '<pipe-message>urlscan<enter>' "Follow links with urlscan" macro index,pager,attach go '<pipe-message>urlscan --headers -d -W<enter>' "Follow links with urlscan"
# Neither builtin urlview nor urlscan really worked great on stupid marketing mails, so w3m for the rescue... # Neither builtin urlview nor urlscan really worked great on stupid marketing mails, so w3m for the rescue...
macro index,pager,attach gv "<view-attachments><search>text/html<enter><pipe-message>w3m -T text/html -o imgdisplay= -o confirm_qq=false<enter><exit>" macro index,pager,attach gv "<view-attachments><search>text/html<enter><pipe-message>w3m -T text/html -o imgdisplay= -o confirm_qq=false<enter><exit>"