if ((key = crypt_getkeybystr(resp, abilities, app, forced_valid)))
return key;
- BEEP();
+ mutt_error(_("No matching keys found for \"%s\""), resp);
+ mutt_sleep(2);
}
/* not reached */
}
if ((key = pgp_getkeybystr(resp, abilities, keyring)))
return key;
- BEEP();
+ mutt_error(_("No matching keys found for \"%s\""), resp);
+ mutt_sleep(2);
}
/* not reached */
}
if ((key = smime_get_key_by_str(resp, abilities, public)))
return key;
- BEEP();
+ mutt_error(_("No matching keys found for \"%s\""), resp);
+ mutt_sleep(2);
}
}