David Thorburn-Gundlach <[EMAIL PROTECTED]> wrote:
>
> Once that's out of the way, try again; if that fails, we'll dig in to
> your .muttrc settings.
This may not be a muttrc problem. Perhaps Mutt was built with no PGP
support.
Check the "config.h" source file in the Mutt source directory. For
instance, mine has these settings buried in it:
/* Where is PGP located on your system? */
#define _PGPPATH "/usr/local/bin/pgp"
/* Where is PGP 2.* located on your system? */
#define _PGPV2PATH "/usr/local/bin/pgp"
/* Where is PGP 5 located on your system? */
/* #undef _PGPV3PATH */
/* Where is GNU Privacy Guard located on your system? */
/* #undef _PGPGPGPATH */
/* Do we have PGP 2.*? */
#define HAVE_PGP2 1
/* Do we have PGP 5.0 or up? */
/* #undef HAVE_PGP5 */
/* Do we have GPG? */
/* #undef HAVE_GPG */
If none of these are #defined, then Mutt has no PGP knowledge. If they
aren't, then when David says "Try again" above, he's not referring to
just running Mutt again; he means you have to run "./configure" again,
so that Mutt will re-discover that PGP does exist on your system, and
that it should use it. Then you will need to re-make Mutt.
--
David DeSimone | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED] | that there is no man really clever who has not
Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson
Convex Division | PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44