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

  1. h11044
  2. s 00014/00000/00000
  3. d D 1.1 95/07/06 18:59:10 tim 1 0
  4. c These are shell scripts that talk to varios programs involved in sending email to / from the psion
  5. e
  6. u
  7. U
  8. f e 0
  9. t
  10. T
  11. I 1
  12. #!/bin/csh -f
  13. # this is the direcoty that is used to hold incomming mail on the psion
  14. # it can be any pathname you like but MUST be on a writeable device
  15. # it can be the same as the other directories used if desired
  16. setenv indir "m:\maildir"
  17. # this is the directory used to hold the outgoing mail written on the psion
  18. # the same conditions at indir apply
  19. setenv outdir "m:\maildir"
  20. # This MUST NOT BE CHANGED unless you recompile the source for the psion
  21. # mail.img and mailrdr.als files this required the psion C developers kit
  22. setenv maildir "m:\maildir"
  23. # this is the name used in some header of something (I forget what)
  24. # it should be set to your FULL email address
  25. setenv myaddr "tim.graves@uk.sun.com"
  26. E 1
  27.