Hardy Merrill <[EMAIL PROTECTED]> wrote on Wed, 03 May 2000:
> I set these in my muttrc file:
> 
> macro index \cb | urlview\n
> macro pager \cb | urlview\n
> 
> And now when I'm in pager viewing text that contains URL
> links, I press Ctl-B, but the message at bottom comes up
> "Pipe command:" - am I doing something wrong, or is this
> supposed to happen?

You need to either remove the space after the | symbol, or to put the
whole command in "" quotes, like this:

  macro index \cb "| urlview\n"


In your example, Mutt only executes the | command, the rest (the
urlview\n part) gets considered to be a macro description.  It might
be helpful to provide one, too:

  macro index \cb "| urlview\n" "View URLs in message"


Hope this helps,
Mikko
-- 
// Mikko H�nninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
Where are we going?  And why are we in this handbasket???

Reply via email to