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"