oh. this is to view html mail. 'scuse me.
On Mon, Sep 13, 1999 at 01:13:34PM -0700, Mark Luntzel wrote:
> put
>
> auto_view text/html
>
> in ~/.muttrc
>
> and
>
> text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html
>
> in ~/.mailcap
>
> On Mon, Sep 13, 1999 at 01:43:04PM +02
put
auto_view text/html
in ~/.muttrc
and
text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html
in ~/.mailcap
On Mon, Sep 13, 1999 at 01:43:04PM +0200, Salvatore Greco wrote:
> On Sat, Aug 07, 1999 at 07:02:59AM -0700, Leiden, Soren wrote:
> | Simply put, %s is the url. COMMAND
Salvatore Greco [[EMAIL PROTECTED]] wrote:
> On Sat, Aug 07, 1999 at 07:02:59AM -0700, Leiden, Soren wrote:
> | Simply put, %s is the url. COMMAND is required, and lynx is the program.
> | COMMAND lynx %s
>
> What are the lines/changes that goes into your .muttrc file to access lynx to
> view th
On Sat, Aug 07, 1999 at 07:02:59AM -0700, Leiden, Soren wrote:
| Simply put, %s is the url. COMMAND is required, and lynx is the program.
| COMMAND lynx %s
What are the lines/changes that goes into your .muttrc file to access lynx to
view the url ?
--
[EMAIL PROTECTED] | http://salvo.reaper.or
Leiden, Soren writes:
> Lars,
>
> That line won't work verbatim-- but it's pretty staight forward Brian...
You're right. The summer heat must have eaten my brain ... especially
when I look into my .urlview file:
COMMAND netscape -remote 'openURL(%s)'
# COMMAND lynx '%s'
Sorry for the misi
Lars,
That line won't work verbatim-- but it's pretty staight forward Brian...
Simply put, %s is the url. COMMAND is required, and lynx is the program.
You probably want:
COMMAND lynx %s
in your .urlview file-- but if you're doing this in X or something primarily, you
could modify that com
Brian E. Lavender writes:
> >From what I saw with urlview it is now separate from mutt, but I was
> hoping someone out there is using it with mutt and can answer this
> question.
>
> I just installed urlview on my system and I am wondering what to put
> in my
> ~/.urlview
> file so it will use ly
>From what I saw with urlview it is now separate from mutt, but I was
hoping someone out there is using it with mutt and can answer this
question.
I just installed urlview on my system and I am wondering what to put
in my
~/.urlview
file so it will use lynx to open http files.
I tried the followi