--- mutt-1.5.20/init.c.orig 2009-07-21 17:54:59 +0200 +++ mutt-1.5.20/init.c 2009-07-21 17:55:04 +0200 @@ -3262,6 +3262,11 @@ mutt_read_histfile (); +#ifdef CRYPT_BACKEND_GPGME + /* needed since version 1.2.0, ticket #3300 */ + gpgme_check_version (NULL); +#endif + #if 0 set_option (OPTWEED); /* turn weeding on by default */ #endif