Steve Harris writes: > Mark Simpson's tnef program [1] might help here. I downloaded the > source but could not compile it on Solaris for lack of 'getopt.h'! Can It needs GNU getopt and thus doesn't compile out of the box on UNIX. Attached is a patch which changes it to use Standard getopt instead.