> To attach a compressed tar file, say, /tmp/foobar.tgz, to an Email, I do
> something like:
> 
> #application/octet-stream; \
> type=tar; x-conversion=gzip; \
> name=foobar.tgz  /tmp/foobar.tgz
> 
> Could somebody take pity on an old man and tell me what I would do to attach 
> a
> zip file, say. /tmp/foobar.zip, to an Email?

I'd just do

#application/zip; name="foobar.zip" /tmp/foobar.zip

since application/zip is a registered MIME type...

http://www.iana.org/assignments/media-types/

Cheers,

        - Joel


_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to