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.
This commit is contained in:
@@ -41,8 +41,9 @@ macro pager gg "<top>"
|
||||
macro pager gn "<next-entry>"
|
||||
macro pager gp "<previous-entry>"
|
||||
macro pager gr "<group-reply>"
|
||||
# Use urlscan instead to follow links instead of the builtin urlview
|
||||
macro pager \cb '<pipe-message>urlscan -W<enter>' "Follow links with urlscan"
|
||||
# Allow urlscan to follow links additional of the builtin urlview
|
||||
macro pager \cg '<pipe-message>urlscan -W<enter>' "Follow links with urlscan"
|
||||
macro pager \cv '<pipe-message>urlscan<enter>' "Follow links with urlscan"
|
||||
|
||||
macro index,pager mv "<tag-prefix><save-message>" "move message to chosen folder"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user