Re: urlview not listing the links right

2016-09-17 Thread Miroslav Rovis
( I use the opportunity to now include the t-com_racun.eml.gz which didn't fit because of the austere limit of 20k for the list, that way maybe newbies can understand this issue as well... ) And when checking up how my post arrived at: http://marc.info/?l=mutt-users=147417425713497=2 I'm pretty

Re: urlview problems

2009-07-22 Thread dv1445
Today after building and installing the latest tip, I find that urlview doesn't work anymore. I hit CTRL-] and I get a list of urls, but when I go to one that I know is valid and hit return, nothing happens. Upon quitting mutt, I see right before my shell prompt: sh: line 1:

Re: urlview - open firefox tab

2009-02-27 Thread Joost Kremers
On Thu, Feb 26, 2009 at 10:20:22PM -0700, Joseph wrote: On 02/26/09 22:02, Kyle Wheeler wrote: firefox -remote openURL('http://www.cskk.ezoshosting.com/cs/',new-tab)... sh: -c: line 0: syntax error near unexpected token `(' Well, sure - bare parentheses mean something to your shell. That's

Re: urlview - open firefox tab

2009-02-27 Thread Joseph
On 02/27/09 17:40, Cameron Simpson wrote: Ok, try this in your .urlview file: COMMAND exec urlview.out 21; set -x; firefox -remote openURL\(%s,new-tab\) i.e. insert exec urlview.out 21; set -x; into the front of your COMMAND string. Then use urlview from mutt and examine the urlview.out

Re: urlview - open firefox tab

2009-02-27 Thread Brian Salter-Duke
On Fri, Feb 27, 2009 at 12:24:24PM +0100, Joost Kremers wrote: On Thu, Feb 26, 2009 at 10:20:22PM -0700, Joseph wrote: On 02/26/09 22:02, Kyle Wheeler wrote: firefox -remote openURL('http://www.cskk.ezoshosting.com/cs/',new-tab)... sh: -c: line 0: syntax error near unexpected token `('

Re: urlview - open firefox tab

2009-02-27 Thread Cameron Simpson
On 27Feb2009 09:07, Joseph syscon...@gmail.com wrote: On 02/27/09 17:40, Cameron Simpson wrote: Ok, try this in your .urlview file: COMMAND exec urlview.out 21; set -x; firefox -remote openURL\(%s,new-tab\) i.e. insert exec urlview.out 21; set -x; into the front of your COMMAND string.

Re: urlview - open firefox tab

2009-02-26 Thread Joost Kremers
On Thu, Feb 26, 2009 at 02:09:06PM -0700, Joseph wrote: I have ./home/me/.urlview REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ \t]*|www\.[-a-z0-9.]+)[^ .,;\t\):] COMMAND firefox -remote openURL\(%s,new-tab\) in mutt macros acro index \cb |urlview\n macro pager \cb |urlview\n CTRL-B

Re: urlview - open firefox tab

2009-02-26 Thread Joseph
On 02/26/09 22:53, Joost Kremers wrote: [snip] change the COMMAND to COMMAND echo firefox -remote openURL\(%s,new-tab\) and see what the shell actually receives. btw, recent versions of firefox allow a simple 'firefox url'. if you have configured ff to open a new page in a new tab rather

Re: urlview - open firefox tab

2009-02-26 Thread Cameron Simpson
On 26Feb2009 15:43, Joseph syscon...@gmail.com wrote: On 02/26/09 22:53, Joost Kremers wrote: [snip] change the COMMAND to COMMAND echo firefox -remote openURL\(%s,new-tab\) and see what the shell actually receives. btw, recent versions of firefox allow a simple 'firefox url'. if you

Re: urlview - open firefox tab

2009-02-26 Thread Joseph
On 02/27/09 10:43, Cameron Simpson wrote: I tried: added. COMMAND echo... I think I'm getting the correct syntax in shell, eg: URL: www.dentimax.com Firefox 3.0.6 is configured to open new URL in TAB but nothing is happening. It's possible that the brackets are not sufficiently escaped; it

Re: urlview - open firefox tab

2009-02-26 Thread Cameron Simpson
On 26Feb2009 16:54, Joseph syscon...@gmail.com wrote: On 02/27/09 10:43, Cameron Simpson wrote: I tried: added. COMMAND echo... I think I'm getting the correct syntax in shell, eg: URL: www.dentimax.com Firefox 3.0.6 is configured to open new URL in TAB but nothing is happening. It's

Re: urlview - open firefox tab

2009-02-26 Thread Joseph
On 02/27/09 12:29, Cameron Simpson wrote: It's possible that the brackets are not sufficiently escaped; it depends what is happening to that string on its way to the shell. Has this worked in the past, or is this a new setup? I think it was working OK with Firefox 2.0 The next step is to do

Re: urlview - open firefox tab

2009-02-26 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, February 26 at 07:32 PM, quoth Joseph: firefox -remote openURL\(www.mutt.org,new-tab\) Error: Failed to send command: 500 command not parseable Hmmm, so, perhaps openURL requires the http:// in front? but: firefox -remote

Re: urlview - open firefox tab

2009-02-26 Thread Cameron Simpson
On 26Feb2009 22:02, Kyle Wheeler kyle-m...@memoryhole.net wrote: | On Thursday, February 26 at 07:32 PM, quoth Joseph: | firefox -remote openURL\(www.mutt.org,new-tab\) | Error: Failed to send command: 500 command not parseable | | Hmmm, so, perhaps openURL requires the http:// in front? | |

Re: urlview - open firefox tab

2009-02-26 Thread Joseph
On 02/26/09 22:02, Kyle Wheeler wrote: firefox -remote openURL('http://www.cskk.ezoshosting.com/cs/',new-tab)... sh: -c: line 0: syntax error near unexpected token `(' Well, sure - bare parentheses mean something to your shell. That's why you have to put the backslashes in front of them.

Re: urlview - open firefox tab

2009-02-26 Thread Joseph
On 02/27/09 15:32, Cameron Simpson wrote: | That's good! Indeed. The next test step is like this: echo http://www.mutt.org/ | urlview - Does that work? Yes, this works OK; Firefox opens new URL in a tab. I Googling about this error but can not pin point the reason. -- #Joseph GPG KeyID:

Re: urlview - open firefox tab

2009-02-26 Thread Cameron Simpson
On 26Feb2009 22:23, Joseph syscon...@gmail.com wrote: On 02/27/09 15:32, Cameron Simpson wrote: | That's good! Indeed. The next test step is like this: echo http://www.mutt.org/ | urlview - Does that work? Yes, this works OK; Firefox opens new URL in a tab. Ok, try this in your .urlview

Re: urlview - open firefox tab

2009-02-26 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, February 26 at 10:20 PM, quoth Joseph: in urlview I have: OMMAND firefox -remote openURL\(%s,new-tab\) When I try to open any URL: Executing: firefox -remote openURL\('http://domainkeys.sourceforge.net/',new-tab\)... Error: Failed

Re: urlview: console vs xterm

2002-06-10 Thread David T-G
Kevin -- No time to really think about this, but ideas that come up include - are your lynx sessions happily appearing on the console anyway? - are you running screen in your xterm already? - if so, have you hit ctrl-a ctrl-a (by default) to switch windows? - if you don't have a fallback to

Re: urlview

2002-06-07 Thread David T-G
Kevin -- ...and then Kevin Coyner said... % % I just installed urlview and gave it a try on a message that I knew to % have a few links. Sure enough it listed the links and gave an arrow % that allowed me to select one of the links. When I selected, it % rewrote the link down at the bottom of

Re: urlview

2002-06-07 Thread Kevin Coyner
David --- On Fri, Jun 07, 2002 at 03:11:24PM -0500, David T-G wrote.. Did you hit return again? Interestingly enough, you have to hit the enter key twice. If you did, then you should look into your .urlview file to see what it's doing. Here's mine, with various netscape examples

Re: urlview

2002-06-07 Thread David T-G
Kevin - ...and then Kevin Coyner said... % % David --- % % On Fri, Jun 07, 2002 at 03:11:24PM -0500, David T-G wrote.. % Did you hit return again? Interestingly enough, you have to hit the % enter key twice. % % If you did, then you should look into your .urlview file to see what

Re: urlview

2002-06-07 Thread Kevin Coyner
David -- again, thanks for the help . On Fri, Jun 07, 2002 at 03:50:52PM -0500, David T-G wrote.. Kevin - ...and then Kevin Coyner said... % % David --- % % On Fri, Jun 07, 2002 at 03:11:24PM -0500, David T-G wrote.. % Did you hit return again? Interestingly enough, you

Re: urlview question

2002-01-15 Thread Christoph Maurer
On 2002-01-15 Nick Wilson wrote: Hi I recently had to reinstall my system and now when I use 'urlview' it no longer brings up Lynx when I 'enter' on a link it's displaying. What is it that I need to be doing to make this work again? The COMMAND directive in your ~/.urlview should

Re: urlview question

2002-01-15 Thread René Clerc
* Nick Wilson [EMAIL PROTECTED] [15-01-2002 09:56]: | I recently had to reinstall my system and now when I use 'urlview' it | no longer brings up Lynx when I 'enter' on a link it's displaying. | | What is it that I need to be doing to make this work again? My ~/.urlview says: COMMAND links

Re: urlview question

2002-01-15 Thread Nick Wilson
* On 15-01-02 at 10:15 * René Clerc said * Nick Wilson [EMAIL PROTECTED] [15-01-2002 09:56]: | I recently had to reinstall my system and now when I use 'urlview' it | no longer brings up Lynx when I 'enter' on a link it's displaying. | | What is it that I need to be doing to make

Re: urlview question

2002-01-15 Thread Igor Pruchanskiy
COMMAND links '%s' COMMAND command If the specified command contains a %s, it will be subsituted with the URL that was requested, otherwise the URL is appended to the COMMAND string. The default COMMAND is: url_handler.sh %s

Re: urlview and bound macro

2001-12-17 Thread Brian Clark
* Rob 'Feztaa' Park ([EMAIL PROTECTED]) [Dec 08. 2001 18:40]: 1.3.24i [...] I'm using 1.3.23, perhaps this is a new bug? Also, I vaguely remember having trouble like this with 1.3.15i, but I can't remember any specifics or how I worked around it, sorry. It seems as though I've dug up

Re: urlview

2001-12-13 Thread David T-G
Dave -- ...and then Dave Price said... % % On Sun, Dec 02, 2001 at 07:24:45PM +0100, Elimar Riesebieter wrote: % % I am using mutt since 4 weeks: It is fantastic! Now it is very easy % to read usenets and other stuff! % % I have searched the docs ... how can i pull specific usenets into my

Re: urlview

2001-12-12 Thread Jussi Ekholm
René Clerc [EMAIL PROTECTED] wrote: Elimar Riesebieter [EMAIL PROTECTED] [02-12-2001 19:27]: How to tell mutt or urlview to use mozilla for viewing url´s? My configuration calls alway lynx. 19:29 [rene@clerc:~] $ cat .urlview COMMAND links '%s' 19:30 [rene@clerc:~] $ When I put the

Re: urlview

2001-12-12 Thread René Clerc
* Jussi Ekholm [EMAIL PROTECTED] [12-12-2001 14:55]: | 19:29 [rene@clerc:~] $ cat .urlview | COMMAND links '%s' | 19:30 [rene@clerc:~] $ | | When I put the following entry in my ~/.urlview and called urlview | (C-b), it complained something about quotes and told me to put | a string EXPERT

Re: urlview and bound macro

2001-12-08 Thread Rob 'Feztaa' Park
On Sat, Dec 08, 2001 at 04:03:45AM -0500, Brian Clark (dis)graced my inbox with: Can someone explain to me why this: macroindex\Cb |/usr/bin/urlview\n macropager\Cb |/usr/bin/urlview\n (straight from the mutt docs) Tells me that ^b isn't bound when I try to use it?

Re: urlview and bound macro

2001-12-08 Thread Brian Clark
* Rob 'Feztaa' Park ([EMAIL PROTECTED]) [Dec 08. 2001 16:33]: Can someone explain to me why this: macroindex\Cb |/usr/bin/urlview\n macropager\Cb |/usr/bin/urlview\n (straight from the mutt docs) Tells me that ^b isn't bound when I try to use it? I do

Re: urlview and bound macro

2001-12-08 Thread Rob 'Feztaa' Park
On Sat, Dec 08, 2001 at 05:02:21PM -0500, Brian Clark (dis)graced my inbox with: Strange, I just copied those macros word for word into my .muttrc and it works fine. What version of mutt are you using? 1.3.24i And I was afraid someone would say that. :-( I'm using 1.3.23, perhaps this

Re: urlview and bound macro

2001-12-08 Thread Brian Clark
* Rob 'Feztaa' Park ([EMAIL PROTECTED]) [Dec 08. 2001 18:40]: I'm using 1.3.23, perhaps this is a new bug? Also, I vaguely remember having trouble like this with 1.3.15i, but I can't remember any specifics or how I worked around it, sorry. Perhaps you should just try binding it to a key

Re: urlview and bound macro

2001-12-08 Thread Cliff Sarginson
On Sat, Dec 08, 2001 at 04:37:57PM -0700, Rob 'Feztaa' Park wrote: On Sat, Dec 08, 2001 at 05:02:21PM -0500, Brian Clark (dis)graced my inbox with: Strange, I just copied those macros word for word into my .muttrc and it works fine. What version of mutt are you using? 1.3.24i And

Re: urlview

2001-12-03 Thread Dave Price
On Sun, Dec 02, 2001 at 07:24:45PM +0100, Elimar Riesebieter wrote: Hi all, I am using mutt since 4 weeks: It is fantastic! Now it is very easy to read usenets and other stuff! I have searched the docs ... how can i pull specific usenets into my mutt inbox? aloha, dave

Re: urlview

2001-12-02 Thread René Clerc
* Elimar Riesebieter [EMAIL PROTECTED] [02-12-2001 19:27]: | How to tell mutt or urlview to use mozilla for viewing url´s? My | configuration calls alway lynx. 19:29 [rene@clerc:~] $ cat .urlview COMMAND links '%s' 19:30 [rene@clerc:~] $ -- René Clerc - ([EMAIL

Re: urlview

2001-12-02 Thread Im Eunjea
* Ren? Clerc [EMAIL PROTECTED] [2001-12-02 19:31]: * Elimar Riesebieter [EMAIL PROTECTED] [02-12-2001 19:27]: | How to tell mutt or urlview to use mozilla for viewing url´s? My | configuration calls alway lynx. 19:29 [rene@clerc:~] $ cat .urlview COMMAND links '%s' 19:30 [rene@clerc:~]

Re: urlview

2001-12-02 Thread Elimar Riesebieter
On Sun, 02 Dec 2001 the mental interface of Im Eunjea told: * Ren? Clerc [EMAIL PROTECTED] [2001-12-02 19:31]: * Elimar Riesebieter [EMAIL PROTECTED] [02-12-2001 19:27]: | How to tell mutt or urlview to use mozilla for viewing url´s? My | configuration calls alway lynx. 19:29

Re: urlview

2001-12-02 Thread Elimar Riesebieter
On Sun, 02 Dec 2001 the mental interface of René Clerc told: * Elimar Riesebieter [EMAIL PROTECTED] [02-12-2001 19:27]: | How to tell mutt or urlview to use mozilla for viewing url´s? My | configuration calls alway lynx. 19:29 [rene@clerc:~] $ cat .urlview COMMAND links '%s' 19:30

Re: urlview

2001-11-26 Thread René Clerc
* Paul Roberts Student lab engineer [EMAIL PROTECTED] [26-11-2001 11:04]: | I am probably missing something obvious here, but I can't find urlview | anywhere. It didn't come with the mutt source, and I can't find any | reference to it on ftp.mutt.org, or freshmeat. | | Where should I be

Re: urlview

2001-11-26 Thread Michael Sanders
On Mon, Nov 26, 2001 at 10:02:22AM +, Paul Roberts Student lab engineer wrote: I am probably missing something obvious here, but I can't find urlview anywhere. It didn't come with the mutt source, and I can't find any reference to it on ftp.mutt.org, or freshmeat. Where should I be

Re: urlview in a new window

2001-06-19 Thread Suresh Ramasubramanian
Richard G. Ball [mutt-users] 19/06/01 12:56 -0400: Is there a way to have helpers like urlview open up a new terminal window so the message window can stay visible? Run it in an xterm and see ... (and call lynx as xterm -e lynx, for example). -- Suresh Ramasubramanian + Wallopus Malletus

Re: urlview in a new window

2001-06-19 Thread Richard G. Ball
On Jun 20, 12:24am, Suresh Ramasubramanian wrote: Subject: Re: urlview in a new window Richard G. Ball [mutt-users] 19/06/01 12:56 -0400: Is there a way to have helpers like urlview open up a new terminal window so the message window can stay visible? Run it in an xterm and see

Re: urlview in a new window

2001-06-19 Thread darren chamberlain
Richard G. Ball ([EMAIL PROTECTED]) said something to this effect on 06/19/2001: On Jun 20, 12:24am, Suresh Ramasubramanian wrote: Subject: Re: urlview in a new window Richard G. Ball [mutt-users] 19/06/01 12:56 -0400: Is there a way to have helpers like urlview open up a new terminal

Re: urlview in a new window

2001-06-19 Thread stevencooper
On Tue, Jun 19, 2001 at 04:35:11PM -0400, darren chamberlain decreed: Richard G. Ball ([EMAIL PROTECTED]) said something to this effect on 06/19/2001: On Jun 20, 12:24am, Suresh Ramasubramanian wrote: Subject: Re: urlview in a new window Richard G. Ball [mutt-users] 19/06/01 12:56 -0400

Re: urlview in a new window

2001-06-19 Thread Suresh Ramasubramanian
[EMAIL PROTECTED] [mutt-users] 19/06/01 16:02 -0700: Let me know if anyone would like the script posted. It's 70 lines, but I hesitated to waste bandwidth if there's no interest. Please post it. -- Suresh Ramasubramanian + Wallopus Malletus Indigenensis mallet @ cluestick.org + Lumber

Re: urlview

2001-03-09 Thread Horace G. Friend III
I found the error. It's the application that I've set to view URLS. The .urlview in my home directory contains COMMAND links %s I removed the which fixed the problem. I tried it with "lynx %s " which works just fine. Thanks guys. Horace On Tue, Mar 06, 2001 at 09:42:45AM +, Barry

Re: urlview

2001-03-06 Thread Barry Mitchelson
On Mon, Mar 05, 2001 at 07:19:42AM -0800, David T-G wrote: When you hit Ctrl-B, you hand the message off to urlview and start it up. You have to select the URL and hit return, though, to have it processed. There is, IIRC, a configuration file which will control how urlview behaves, including

Re: urlview

2001-03-05 Thread David T-G
Horace -- First, you should know that the proper address for the mutt-users list is @mutt.org rather than @gbnet. The latter sometimes leaks out because that's where the list is actually hosted, but please don't use it. ...and then Horace G. Friend III said... % Hi All, % % I d/led and

Re: urlview and netscape not fast enough to read tmp file ?

2000-10-17 Thread -kevin-
Ron Others, On 00-08-24 17:49, Brendan Cully [EMAIL PROTECTED] wrote: As I recall, doing something like adding copiousoutput to the particular mailcap entry may work (by getting mutt to wait for you to press a key)... or maybe it was needsterminal... 'copiousoutput'! Straight from my

Re: urlview

2000-10-15 Thread Ben Roberts
use this command: netscape -remote openURL(%s, new-window) this comes from http://home.netscape.com/newsref/std/x-remote.html as referenced by the netscape binary. the document covers remote control of netscape; pretty spiffy. -- Ben Roberts, Class of 2001 (1st of millenium), founding

Re: urlview and netscape not fast enough to read tmp file ?

2000-08-25 Thread Gary Johnson
On Thu, Aug 24, 2000 at 05:11:31PM -0400, Ron da Silva wrote: Seems like mutt writes attachments to /tmp and forwards the filename to netscape (based on my mailcap file) and then deletes the /tmp file; however, seems like sometimes the file gets deleted before netscape finishes reading the

Re: urlview and netscape not fast enough to read tmp file ?

2000-08-24 Thread David Champion
On 2000.08.24, in [EMAIL PROTECTED], "Ron da Silva" [EMAIL PROTECTED] wrote: Seems like mutt writes attachments to /tmp and forwards the filename to netscape (based on my mailcap file) and then deletes the /tmp file; however, seems like sometimes the file gets deleted before netscape

Re: urlview and netscape not fast enough to read tmp file ?

2000-08-24 Thread Brendan Cully
As I recall, doing something like adding copiousoutput to the particular mailcap entry may work (by getting mutt to wait for you to press a key)... or maybe it was needsterminal... On Thursday, 24 August 2000 at 16:41, David Champion wrote: On 2000.08.24, in [EMAIL PROTECTED], "Ron da

Re: urlview and netscape not fast enough to read tmp file ?

2000-08-24 Thread David Champion
On 2000.08.24, in [EMAIL PROTECTED], "Brendan Cully" [EMAIL PROTECTED] wrote: As I recall, doing something like adding copiousoutput to the particular mailcap entry may work (by getting mutt to wait for you to press a key)... or maybe it was needsterminal... I think the problem is

Re: Urlview and viewing

2000-06-11 Thread Daniel González Gasull
On Sun, Jun 11, 2000 at 11:36:06AM -0700, Jason Helfman [EMAIL PROTECTED] wrote: Not sure why netscape was opening url, but I have never had a problem. When in X, opens in netscape. When in console, opens in tty terminal. Help. # 04.14.00 application/octet-stream; mutt.octet.filter

Re: urlview and url_handler.sh help

2000-06-01 Thread David T-G
Bennett -- ...and then Bennett Todd said... % Here's my urlview setup. In .urlview I have: % % REGEXP (http|https|ftp|mailto):(//)?[^ "]*|www.[-a-z0-9.]+)[^ .,;"] % COMMAND screen browse '%s' Hey, now that's a nice trick... % % "screen" takes its args and runs them as a

Re: urlview and url_handler.sh help

2000-05-31 Thread Mikko Hänninen
David T-G [EMAIL PROTECTED] wrote on Wed, 31 May 2000: Hi, guys -- Hi David! We've just installed urlview-0.7 from the contrib directory; now we have to figure out how to use it. When presented with a message with an embedded URL, Ctrl-B properly brings me to a list of them, but going to

Re: urlview and url_handler.sh help

2000-05-31 Thread Suresh Ramasubramanian
David T-G proclaimed on mutt-users that: to one and hitting return does nothing. Um, what do I do? The urlview documentation is surprisingly, well, sparse :-) What keybindings do you use? I use # URL highlighting with the same regexp as urlview. macro index \cb |urlview\n 'call urlview to

Re: urlview and url_handler.sh help

2000-05-31 Thread David T-G
Mikko, et al -- ...and then Mikko Hänninen said... % David T-G [EMAIL PROTECTED] wrote on Wed, 31 May 2000: % Hi, guys -- % % Hi David! Good late-morning to you :-) I figured someone would be awake and able to answer this question! % ... % an embedded URL, Ctrl-B properly brings me to a

Re: urlview and url_handler.sh help

2000-05-31 Thread David T-G
Suresh -- ...and then Suresh Ramasubramanian said... % David T-G proclaimed on mutt-users that: % % What keybindings do you use? I use ... % and it is pretty ok. Thanks for your note. I also use Ctrl-B, and I was getting a list of URLs, but nothing else would happen. Turned out that I

Re: urlview and url_handler.sh help

2000-05-31 Thread Mikko Hänninen
David T-G [EMAIL PROTECTED] wrote on Wed, 31 May 2000: Ahhh... Don't got one of those. Care to send me one? I think I'm using the defaults (the example file), or maybe it's from Debian. So anyway, just for the record, here it is sans comments: REGEXP

Re: urlview and url_handler.sh help

2000-05-31 Thread David T-G
Mikko, et al -- Thanks for the defaults and info. Meanwhile, I've figured out what's up -- urlview was trying to fire off netscape, which does me no good whatsoever :-) It all works, then, with the built-in defaults -- if you don't stray from that set of assumptions and preconditions. :-D --

Re: urlview and url_handler.sh help

2000-05-31 Thread Suresh Ramasubramanian
David T-G proclaimed on mutt-users that: Meanwhile, I've figured out what's up -- urlview was trying to fire off netscape, which does me no good whatsoever :-) It all works, then, with the built-in defaults -- if you don't stray from that set of assumptions and preconditions. You could still

Re: urlview and url_handler.sh help

2000-05-31 Thread David T-G
Suresh -- ...and then Suresh Ramasubramanian said... % David T-G proclaimed on mutt-users that: % % Meanwhile, I've figured out what's up -- urlview was trying to fire off % netscape, which does me no good whatsoever :-) It all works, then, with % % You could still tweak it to call netscape

Re: urlview and url_handler.sh help

2000-05-31 Thread Brian Salter-Duke
On Wed, May 31, 2000 at 10:52:20AM -0400, David T-G wrote: Suresh -- ...and then Suresh Ramasubramanian said... % David T-G proclaimed on mutt-users that: % % Meanwhile, I've figured out what's up -- urlview was trying to fire off % netscape, which does me no good whatsoever :-) It all

Re: urlview and url_handler.sh help

2000-05-31 Thread David T-G
Brian -- ...and then Brian Salter-Duke said... % On Wed, May 31, 2000 at 10:52:20AM -0400, David T-G wrote: % % getting my Linux box up for dialin, I probably could throw myself a % display from the server where I actually read mail, but lynx is easier % and faster than X over dialup :-) %

Re: urlview and url_handler.sh help

2000-05-31 Thread Suresh Ramasubramanian
David T-G proclaimed on mutt-users that: It's a little trickier when I'm running mutt at the back end of a telnet session from WinDoze :-)/2 Now that I've finally gotten around to Ya, that figures :) getting my Linux box up for dialin, I probably could throw myself a display from the server

Re: urlview

2000-03-03 Thread Ralf Hildebrandt
On Thu, Mar 02, 2000 at 06:37:45PM -0800, ashley wrote: I'm trying to set up urlview, but when I type in the bound key sequence, I get: sh: urlview: command not found Try to bind /usr/local/bin/urlview instead of just urlview -- Ralf Hildebrandt [EMAIL PROTECTED]

Re: urlview

2000-03-03 Thread David T-G
ashley -- ...and then Ralf Hildebrandt said... % On Thu, Mar 02, 2000 at 06:37:45PM -0800, ashley wrote: % I'm trying to set up urlview, but when I type in the bound key sequence, I get: % sh: urlview: command not found % % Try to bind % /usr/local/bin/urlview % instead of just % urlview

Re: urlview and launching with lynx

1999-09-13 Thread Salvatore Greco
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] |

Re: urlview and launching with lynx

1999-09-13 Thread Jeremy Blosser
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 the url

Re: urlview and launching with lynx

1999-09-13 Thread Mark Luntzel
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

Re: urlview and launching with lynx

1999-09-13 Thread Mark Luntzel
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 +0200,

Re: urlview patch

1999-08-23 Thread Pete Toscano
On Sat, 21 Aug 1999, Brian Salter-Duke wrote: On Fri, Aug 20, 1999 at 01:52:57PM -0400, Pete Toscano wrote: problems i still see: . do we want to make the directory vs file detection smarter? searching for a '/' at the end seems kind of brain-dead, but can we make it better without

Re: urlview patch

1999-08-23 Thread Brian Salter-Duke
On Mon, Aug 23, 1999 at 11:43:22AM -0400, Pete Toscano wrote: On Sat, 21 Aug 1999, Brian Salter-Duke wrote: On Fri, Aug 20, 1999 at 01:52:57PM -0400, Pete Toscano wrote: problems i still see: . do we want to make the directory vs file detection smarter? searching for a '/' at

Re: urlview patch

1999-08-21 Thread Brian Salter-Duke
On Fri, Aug 20, 1999 at 01:52:57PM -0400, Pete Toscano wrote: i looked through your pages and i think your way of catching and checking for the '/' is better, so i took your url_handler.sh, added in the ncftp/ ncftpget checking, added lynx as a possible http/web viewer for those running x,

Re: urlview patch

1999-08-21 Thread Brian Salter-Duke
On Sat, Aug 21, 1999 at 04:47:01PM +1100, Brian Salter-Duke wrote: urlview was written by Michael Elkins. Are you suggesting I ask him to add the change I made to the URL display to warn about adding or removing a "/" in ftp URLSs? I would like to see urlview and url_handler in the

Re: urlview patch

1999-08-20 Thread Pete Toscano
On Fri, 20 Aug 1999, Brian Salter-Duke wrote: On Thu, Aug 19, 1999 at 09:57:20AM -0400, Pete Toscano wrote: in order to get it to play nicely with ncftp. it seems that, since i have ncftp on my machine, url_view prefers to use (and i do too for that matter) ncftp. well -- at least

Re: urlview ???

1999-08-19 Thread Thomas Roessler
ftp://ftp.guug.de/pub/mutt/contrib/urlview-0.7.tar.gz Jeremy? On 1999-08-19 01:47:28 -0400, Fairlight wrote: Date: Thu, 19 Aug 1999 01:47:28 -0400 From: Fairlight [EMAIL PROTECTED] To: Mutt Users [EMAIL PROTECTED] Subject: urlview ??? Content-Type: text/plain; charset=us-ascii X-Mailer:

Re: urlview ???

1999-08-19 Thread Jeremy Blosser
Thomas Roessler [[EMAIL PROTECTED]] wrote: ftp://ftp.guug.de/pub/mutt/contrib/urlview-0.7.tar.gz Jeremy? It's wrong in the manual, not the web site per se. I sent in a patch for it a month or two ago, here it is again. On 1999-08-19 01:47:28 -0400, Fairlight wrote: The ftp url on

Re: urlview ???

1999-08-19 Thread Fairlight
On Thu, Aug 19, 1999 at 02:53:40AM -0500, Jeremy Blosser wrote: It's wrong in the manual, not the web site per se. I sent in a patch for it a month or two ago, here it is again. Uh HUH!...That's what I get for RTFMing! :) *grin* -- Fairlight- |||[EMAIL PROTECTED] |

Re: urlview patch

1999-08-19 Thread Brian Salter-Duke
On Thu, Aug 19, 1999 at 09:57:20AM -0400, Pete Toscano wrote: hello, fairlight's talking about urlview reminded me of a mod i made to url_handler.sh in order to get it to play nicely with ncftp. it seems that, since i have ncftp on my machine, url_view prefers to use (and i do too for

Re: urlview and launching with lynx

1999-08-07 Thread Lars Hecking
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

Re: urlview and quoted-printable

1999-04-05 Thread Vincent Lefevre
On Mon, Apr 05, 1999 at 13:01:44 -0400, Vikas Agnihotri wrote: Works fine for me. Try setting 'pipe_decode' so that Mutt decodes stuff before feeding it to urlview. But I don't want to set it (except if one can set it *locally*). -- Vincent Lefevre [EMAIL PROTECTED] - PhD stud. in Computer

Re: urlview and quoted-printable

1999-04-05 Thread Vincent Lefevre
On Mon, Apr 05, 1999 at 22:55:58 +0200, Roland Rosenfeld wrote: This changes the variable pipe_decode but when it was unset before it will be unset after running urlview. I want pipe_decode to be unset normally, so this is acceptable for me. I don't like this, because if one day, I set

Re: urlview and quoted-printable

1999-04-05 Thread Roland Rosenfeld
On Tue, 06 Apr 1999, Vincent Lefevre wrote: This changes the variable pipe_decode but when it was unset before it will be unset after running urlview. I want pipe_decode to be unset normally, so this is acceptable for me. I don't like this, because if one day, I set pipe_decode, things

Re: urlview

1999-03-14 Thread Michael Sanders
On Sun, Mar 14, 1999 at 03:45:57PM +, John Poltorak wrote: What is 'urlview' and where can I get it? In the contrib/ subdirectory of a mutt ftp source, for example: ftp://uiarchive.cso.uiuc.edu/pub/packages/mail/mutt/contrib/ -- (T.) Michael Sandersinternet: [EMAIL PROTECTED]