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

  1. h28421
  2. s 00001/00001/00003
  3. d D 1.2 95/07/12 20:18:04 tim 2 1
  4. c added the -d (delete headers) flag to the extractheadr call
  5. e
  6. s 00004/00000/00000
  7. d D 1.1 95/07/06 18:58:43 tim 1 0
  8. c These are shell scripts that talk to varios programs involved in sending email to / from the psion
  9. e
  10. u
  11. U
  12. f e 0
  13. t
  14. T
  15. I 1
  16. #!/bin/csh -f
  17. foreach i (in*.msg)
  18. D 2
  19. extractheadr $i
  20. E 2
  21. I 2
  22. extractheadr $i -d
  23. E 2
  24. end
  25. E 1
  26.