home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / gmail / GMail / !Run < prev    next >
Text File  |  1997-12-25  |  414b  |  14 lines

  1. | Set this directory
  2. Set GMail$Dir <Obey$Dir>
  3.  
  4. | Run the user configuration thing
  5. Run <GMail$Dir>.!Setup
  6.  
  7. | Set up an alias for mail
  8. Set Alias$Mail /<GMail$Dir>.mail %%*0
  9.  
  10. | Make sure that the ANT suite knows what to do if we get a link
  11. If "<Alias$URLOpen_MailTo>" = "" Then Set Alias$URLOpen_MailTo Run <GMail$Dir>.!RunURL %%*0
  12. | And the URLSelect program
  13. Set URL$Handler$GMail$MailTo Run <Obey$Dir>.!RunURL %%*0
  14.