revamail / revgourl "mailto:"

Robert Brenstein rjb at rz.uni-potsdam.de
Fri Sep 17 11:25:18 EDT 2004


>Hi all,
>
>if someone dares to put his/her hands on the library, here is the workaround:
>
>Script of btn "revcommon" of cd 1 of stack "Revolution 
>2.x/components/global environment/revlibray.rev"
>
>Replace this line:
>
>>if char 1 to 4 of pWhich is not "file" and char 1 to 4 of pWhich is 
>>not "http" then put "http://" before pWhich -- put in http
>
>With these lines:
>
>   if char 1 to 7 of pWhich <> "mailto:" then
>     if char 1 to 4 of pWhich is not "file" and char 1 to 4 of pWhich 
>is not "http" then
>       put "http://" before pWhich
>     end if
>   end if
>
>
>Et voila, the revival of "revmail" :-)
>
>
>Regards
>
>Klaus Major
>klaus at major-k.de
>http://www.major-k.de
>

Great sleuthing Klaus. Don't forget to bugzilla this!

Robert


More information about the use-livecode mailing list