X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-gpgme.c;h=145a6e0f2d29c4602b68b1f8b93cacc549993200;hp=42551562198b2776d3fb6b281fb480706055d556;hb=f7f0722b06934cf83c08e60d805238478ada2699;hpb=83532821ae9fab034d0d630b78330c9ea4ff4cf3 diff --git a/crypt-gpgme.c b/crypt-gpgme.c index 4255156..145a6e0 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -27,7 +27,7 @@ #include #include "mutt.h" -#include "mutt_crypt.h" +#include #include "mutt_menu.h" #include "mutt_curses.h" #include "handler.h" @@ -3576,7 +3576,7 @@ static crypt_key_t *crypt_getkeybystr (char *p, short abilities, || (option (OPTPGPLONGIDS) && !m_strncasecmp(p, "0x", 2) && !m_strcasecmp(p + 2, crypt_keyid (k) + 8)) - || str_isstr (k->uid, p)) { + || m_stristr(k->uid, p)) { crypt_key_t *tmp; debug_print (5, ("match.\n"));