lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Re: Mailer Modularity


From: Jason F. McBrayer
Subject: Re: lynx-dev Re: Mailer Modularity
Date: 06 May 1998 10:11:32 -0600

>>>>> "MW" == Michael Warner <address@hidden> writes:

MW> EXTERNAL:mailto:${HOME}/bin/scripts/lxmail.sh %s:TRUE

MW> #!/bin/sh
MW> # lxmail.sh, called by lynx EXTERNAL for mailto:'s
MW> # receives 'mailto:address@hidden' as it's argument,
MW> # passes on 'address@hidden'
MW> ADDRESS=`echo $1 | cut -f2 -d:`
MW> ${HOME}/bin/mutt ${ADDRESS}

MW> HTH.

Yeah it did.  And it convinced me also to go ahead and write a REXX
version of it for including in the OS/2 Lynx distribution:

/* lxmail.cmd, called by lynx EXTERNAL for mailto:'s */
'@echo off'
parse arg mailto ':' address
'elm' address
/* End of script */

which was much easier than I expected.  Thanks for the example. 

-- 
+----------------------------------------------------------------+
| Jason F. McBrayer              address@hidden |
| The scalloped tatters of the King in Yellow must hide Yhtill   |   
| forever.                    R.W. Chambers _The King in Yellow_ |

reply via email to

[Prev in Thread] Current Thread [Next in Thread]