home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / comms / pmfullsour / pmfullsour~ / psionmail / lasttime < prev    next >
Text File  |  1995-07-13  |  749b  |  22 lines

  1. #!/bin/csh -f
  2. source setupenv
  3. startpsion
  4. # deal with any outgoing emails
  5. dooutgoing
  6. # get any incomming emails
  7. getincomming
  8. # warn the user that there may still be some undeleted incomming email
  9. # which has been retrieved.
  10. echo Please note any undeleted incomming message files that have been retrieved
  11. echo and stored in the current directory in the in\*.msg files
  12. echo These files will be deleted the next time you download any emails
  13. # built the clear out script
  14. buildlasttrans
  15. # run it
  16. dotrans
  17. endpsion
  18. echo The psion mail directories and and messages in them have been removed
  19. echo you should run firsttime to rebuid these directories
  20. echo You may with to run the removeapp command to delete the mail and
  21. echo mailrdr applications on the psion
  22.