From: martin f. krafft Date: Mon, 16 Nov 2015 02:43:35 +0000 (+1300) Subject: Allow opening URLs directly from rss2email mails X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/d1e39afb6cb4e178e1208e2c33c960c36ef46da3?hp=3ad40ee4b113922cec88c8b8b904c9d9e0f2d8d4 Allow opening URLs directly from rss2email mails --- diff --git a/.mutt/keybindings b/.mutt/keybindings index 84d2179..f96033a 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -85,4 +85,6 @@ macro index "unset wait_key~/.mutt/mut macro attach e 'set my_mailcap_path="$mailcap_path"set mailcap_path="~/.mutt/mailcap-edit-wrapper"set mailcap_path="$my_mailcap_path"' "edit temporary file of attachment" +macro index,pager M 'set my_weed="$weed"set noweedformail -czx X-RSS-URL: | xargs sensible-browserset weed="$my_weed"' + # vim:sw=12:noet:sts=12:ts=12:ft=muttrc