From: Fabian Groffen Date: Wed, 22 Jul 2009 13:25:59 +0000 (+0200) Subject: Use CRYPT_BACKEND_GPGME instead of non-existent HAVE_GPGME X-Git-Tag: mutt-1-5-21-rel~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0812cd6df644945cfe1bfd14edc4342adb6d0fb7;p=mutt Use CRYPT_BACKEND_GPGME instead of non-existent HAVE_GPGME --- diff --git a/ChangeLog b/ChangeLog index 966ac868..ed1f0678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-07-22 14:43 +0200 kees (848f08512bf3) + + * hcache.c, rfc822.h: Properly restore addresses from hcache using + rfc822_new_address(). Closes #3302. + +2009-07-22 14:40 +0200 kees (9f3053f75f27) + + * mh.c: Don't leak mhs flags in mh_buffy(). Closes #3303. + 2009-07-17 17:57 -0400 Aron Griffis (a3c4b605cfad) * UPDATING: add batch mode send-hooks note to UPDATING diff --git a/keymap.c b/keymap.c index bcc00226..547236ef 100644 --- a/keymap.c +++ b/keymap.c @@ -47,7 +47,7 @@ struct mapping_t Menus[] = { { "postpone", MENU_POST }, { "pgp", MENU_PGP }, { "smime", MENU_SMIME }, -#ifdef HAVE_GPGME +#ifdef CRYPT_BACKEND_GPGME { "key_select_pgp", MENU_KEY_SELECT_PGP }, { "key_select_smime", MENU_KEY_SELECT_SMIME }, #endif