X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=cryptglue.c;h=f6a1bab35b01d6385e3bff764121732f9a9aad2e;hp=f8ff4793a6130f58835f207e357cf79c7ba33422;hb=709596677d75e57812cc6bcaa85b844b4b32ca36;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/cryptglue.c b/cryptglue.c index f8ff479..f6a1bab 100644 --- a/cryptglue.c +++ b/cryptglue.c @@ -28,6 +28,10 @@ contained in this file and the functions implemented by the crypto modules. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "mutt_crypt.h" @@ -84,6 +88,8 @@ void crypt_init (void) #else mutt_message (_("\"crypt_use_gpgme\" set" " but not build with GPGME support.")); + if (mutt_any_key_to_continue (NULL) == -1) + mutt_exit(1); #endif }