]> granicus.if.org Git - mutt/commitdiff
Use CRYPT_BACKEND_GPGME instead of non-existent HAVE_GPGME
authorFabian Groffen <grobian@gentoo.org>
Wed, 22 Jul 2009 13:25:59 +0000 (15:25 +0200)
committerFabian Groffen <grobian@gentoo.org>
Wed, 22 Jul 2009 13:25:59 +0000 (15:25 +0200)
ChangeLog
keymap.c

index 966ac8681dc3236b00de3cec13efe60595874b84..ed1f067871c75b56a45950483dac346914336b54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-07-22 14:43 +0200  kees  <kees@outflux.net>  (848f08512bf3)
+
+       * hcache.c, rfc822.h: Properly restore addresses from hcache using
+       rfc822_new_address(). Closes #3302.
+
+2009-07-22 14:40 +0200  kees  <kees@outflux.net>  (9f3053f75f27)
+
+       * mh.c: Don't leak mhs flags in mh_buffy(). Closes #3303.
+
 2009-07-17 17:57 -0400  Aron Griffis  <agriffis@n01se.net>  (a3c4b605cfad)
 
        * UPDATING: add batch mode send-hooks note to UPDATING
index bcc00226c9a65a6248f3d164a8ca0993100d7781..547236efdde7cb4b043b27e7d401679d7bfb0153 100644 (file)
--- 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