home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
- # this is the direcoty that is used to hold incomming mail on the psion
- # it can be any pathname you like but MUST be on a writeable device
- # it can be the same as the other directories used if desired
- setenv indir "m:\maildir"
- # this is the directory used to hold the outgoing mail written on the psion
- # the same conditions at indir apply
- setenv outdir "m:\maildir"
- # This MUST NOT BE CHANGED unless you recompile the source for the psion
- # mail.img and mailrdr.als files this required the psion C developers kit
- setenv maildir "m:\maildir"
- # this is the name used in some header of something (I forget what)
- # it should be set to your FULL email address
- setenv myaddr "tim.graves@uk.sun.com"
-