[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MIME
- To: [email protected]
- Subject: MIME
- From: [email protected]
- Date: Thu, 26 Nov 92 1:31:48 CST
- Apparently-From: [email protected]
- Apparently-From: uum1!kksys!rebma!rebma!wmo
- Apparently-From: uum1!kksys!rebma!rebma!wmo
- Organization: Undersea Reflections
- Phone: (612) 447-1123
I got the metamail stuff running on my machine. I think it's a good way to
get the multimedia mail job done.
Does anyone on the list have a better .mailcap entry for pgp than the
following....?
application/pgp ; pgp < %s ; label="PGP encrypted text" ; compose="pgpcompose %s"
where pgpcompose is a quick hack that looks like:
#!/usr/bin/ksh
rm /tmp/pgpcompose
vi /tmp/pgpcompose
echo What key?
read key
pgp -mae /tmp/pgpcompose $key
mv /tmp/pgpcompose.asc $1
exit 0
I've just been fooling around with metamail for a couple days, and I don't
know what the best way to include PGP is... This seems to work, but I'm
guessing I'm missing something more elegant.
-Bill
--
Bill O'Hanlon [email protected]