if ((WithCrypto & APPLICATION_PGP) && (type & APPLICATION_PGP))
mutt_message _("Invoking PGP...");
else if ((WithCrypto & APPLICATION_SMIME) && (type & APPLICATION_SMIME))
- mutt_message _("Invoking SMIME...");
+ mutt_message _("Invoking S/MIME...");
}
#endif
/* mutt_sasl_start: called before doing a SASL exchange - initialises library
- * (if neccessary). */
+ * (if necessary). */
int mutt_sasl_start (void)
{
static unsigned char sasl_init = 0;
return -1;
}
-dprint(1,(debugfile, "local ip: %s, remote ip:%s\n", iplocalport, ipremoteport));
+ dprint(1,(debugfile, "local ip: %s, remote ip:%s\n", iplocalport, ipremoteport));
rc = sasl_client_new (service, conn->account.host, iplocalport, ipremoteport,
mutt_sasl_get_callbacks (&conn->account), 0, saslconn);
return -1;
}
-#if defined(USE_SSL) || defined(USE_GNUTLS)
if (conn->ssf)
{
#ifdef USE_SASL2 /* I'm not sure this actually has an effect, at least with SASLv2 */
}
#endif
}
-#endif
return 0;
}
smime_void_passphrase();
- if (mutt_get_password (_("Enter SMIME passphrase:"), SmimePass, sizeof (SmimePass)) == 0)
+ if (mutt_get_password (_("Enter S/MIME passphrase:"), SmimePass, sizeof (SmimePass)) == 0)
{
SmimeExptime = time (NULL) + SmimeTimeout;
return (1);