home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
- source setupenv
- startpsion
- # deal with any outgoing emails
- dooutgoing
- # get any incomming emails
- getincomming
- # warn the user that there may still be some undeleted incomming email
- # which has been retrieved.
- echo Please note any undeleted incomming message files that have been retrieved
- echo and stored in the current directory in the in\*.msg files
- echo These files will be deleted the next time you download any emails
- # built the clear out script
- buildlasttrans
- # run it
- dotrans
- endpsion
- echo The psion mail directories and and messages in them have been removed
- echo you should run firsttime to rebuid these directories
- echo You may with to run the removeapp command to delete the mail and
- echo mailrdr applications on the psion
-