want not to use gpg at all.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
static struct crypt_cache *id_defaults = NULL;
static gpgme_key_t signature_key = NULL;
-/* Initialization. */
-void crypt_init(void)
-{
- /* Make sure that gpg-agent is running. */
- if (!getenv ("GPG_AGENT_INFO")) {
- mutt_error ("\nUsing GPGME backend, although no gpg-agent is running");
- if (mutt_any_key_to_continue (NULL) == -1)
- mutt_exit (1);
- }
-}
-
/* Show a message that a backend will be invoked. */
void crypt_invoke_message (int type)
{
/* fixme: needs documentation */
int crypt_smime_verify_one (BODY * sigbdy, STATE * s, const char *tempf);
-void crypt_init (void);
-
#endif /*MUTT_CRYPT_H */
mutt_init (flags & M_NOSYSRC, commands);
string_list_wipe(&commands);
- /* Initialize crypto */
- crypt_init ();
-
if (queries)
return mutt_query_variables (queries);
if (dump_variables > 0)
OPTTILDE,
OPTUNCOLLAPSEJUMP,
OPTUSEFROM,
- OPTUSEGPGAGENT,
#ifdef HAVE_LIBIDN
OPTUSEIDN,
#endif