Hi Norman, > I wonder if somebody could answer two questions for me. > > How can I attach a directory (preferably compressed) and, > recursively, its contents to a message? > > How could I have answered this question for myself? Neither "man > mhbuild" nor 'cat /etc/nmh/mhn.defaults' helped.
mhbuild(1) had the clues. I'd guess at something like
#application/octet-stream; type=tar; conversions=compress; \
name="norm.tar.Z" | tar cf - norm | compress
Cheers,
Ralph.
norm.tar.Z
Description: Binary data
_______________________________________________ Nmh-workers mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/nmh-workers
