home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / SETUPENV < prev    next >
Encoding:
Text File  |  1995-07-06  |  723 b   |  15 lines

  1. #!/bin/csh -f
  2. # this is the direcoty that is used to hold incomming mail on the psion
  3. # it can be any pathname you like but MUST be on a writeable device
  4. # it can be the same as the other directories used if desired
  5. setenv indir "m:\maildir"
  6. # this is the directory used to hold the outgoing mail written on the psion
  7. # the same conditions at indir apply
  8. setenv outdir "m:\maildir"
  9. # This MUST NOT BE CHANGED unless you recompile the source for the psion
  10. # mail.img and mailrdr.als files this required the psion C developers kit
  11. setenv maildir "m:\maildir"
  12. # this is the name used in some header of something (I forget what)
  13. # it should be set to your FULL email address
  14. setenv myaddr "tim.graves@uk.sun.com"
  15.