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

  1. h34836
  2. s 00011/00000/00000
  3. d D 1.1 95/07/06 18:58:36 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
  13. echo dooutgoing - initialising
  14. source setupenv
  15. echo Getting the outgoing email
  16. getoutgoing
  17. echo Sending the outgoing email
  18. mailsend out.mta
  19. echo Reseting the out.mta file
  20. resetoutmta
  21. echo Deleting working files
  22. dotidy
  23. E 1
  24.