1 this patch fixes upstream bug http://bugs.mutt.org/3300 so that
2 mutt will be able to open pgp crypted/signed message with gpgme
10 +#if defined(CRYPT_BACKEND_GPGME)
15 if ((CurrentMenu == MENU_PAGER) && (idx >= 0) && \
16 (MuttVars[idx].flags & R_RESORT)) \
17 @@ -3266,6 +3270,10 @@
19 mutt_read_histfile ();
21 +#ifdef CRYPT_BACKEND_GPGME
22 + gpgme_check_version (NULL);
26 set_option (OPTWEED); /* turn weeding on by default */