[EMAIL PROTECTED] writes:
> Hi All
>       Ive been using MUtt for several weeks now and I like it.
> The only drawback is not being able to veiw urls (jump to with lynx)
> I downloaded the url veiw but cant seem to get it to reconise in Mutt
> Ive tried to add the path of urlveiw in the .muttrc but it dosnt seem to work.
> can anyone give me some ideas or understandable-clear-- docs ;-)
> so I can get it working.

$ cat ${HOME}/.urlview
COMMAND lynx '%s'
$

 The global Muttrc file has these entries:

# simluate the old url menu
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'

 so "control-b" in the message index and pager will run urlview. If the
 selected message contains any URL's, you are presented with a list;
 the URL you want to view can be selected with the arrow keys (and j, k).

> also-- what the proper line wrap for messages here? 80? without being stupid
> what is the line for this in the rc file? thanks

 80. I don't think the builtin editor can be configured to wrap lines
 automatically. If you're not using the builtin editor, check the manual
 for your editor.

Reply via email to