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

  1. h27766
  2. s 00008/00000/00000
  3. d D 1.1 95/07/06 18:58:34 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. # insert the basic information into a in.mta file
  14. echo "$indir\" > in.mta
  15. echo "$myaddr" >> in.mta
  16. foreach i (in*.msg.hdr)
  17. cat $i >> in.mta
  18. end
  19. echo END >> in.mta
  20. E 1
  21.