Google-code-prettify

2015/04/13

MuttのURLをw3mを使って開く

Muttで読んでいるメール中に含まれるURLをurlviewやurlscanを使わずにw3mで開く方法です。

Control + bでw3mを呼び出した後コロン(:)でURL文字列をリンクに変換してくれます。

下記のサイトを参考にしました。
keyboard - How do I open a link from an email in mutt (without using the mouse)? - Super User


muttrcに下記を追加します。

macro index,pager \cb \
": unset wait_key; set pipe_decode\n|w3m\n: \
set wait_key; unset pipe_decode\n" \
"call w3m to extract URLs out of a message"

0 件のコメント: