home *** CD-ROM | disk | FTP | other *** search
- h17276
- s 00021/00000/00000
- d D 1.1 95/07/06 18:59:04 tim 1 0
- c These are shell scripts that talk to varios programs involved in sending email to / from the psion
- e
- u
- U
- f e 0
- t
- T
- I 1
- #!/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
- E 1
-