	mhpgp, mhsign

These are scripts for using with MH or nmh (tested
only with nmh).

Two lines in "mhsign" will need to be edited locally.

local_domain=cs.niu.edu			## change to the domain used
					## for local mail

backup="#"				## change to "," if that is
					## the file backup char used.

The "backup=" line in mhpgp should also be saved.

The two scripts are tuned for the use of gnupg .  It is not too hard
to adapt to pgp2, pgp5 or pgp6.5.  But why bother, since gnupg has
clearly become the way to go for unix.

Use:

	mhpgp		## to verify signature or decrypt current message.

	edit pgpsign [-e]	## to sign [encrypt] at the whatnow prompt.

See the man page for mhsign on creating a file ".pgpkeys" in your MH
directory or GNUPGHOME directory.

Files:

README		## this file
mhpgp		## script for verifying, decrypting
mhpgp.1		## man page for  mhpgp
mhsign		## script for signing, encrypting
mhsign.1	## man page for mhsign.

