h28421
s 00001/00001/00003
d D 1.2 95/07/12 20:18:04 tim 2 1
c added the -d (delete headers) flag to the extractheadr call
e
s 00004/00000/00000
d D 1.1 95/07/06 18:58:43 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
foreach i (in*.msg)
D 2
extractheadr $i
E 2
I 2
extractheadr $i -d
E 2
end
E 1
