X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=inline;f=pgppubring.c;h=bb27da14fa252e259d4127f5560c148c3b0263f0;hb=93b012884de4ca5e1f2550f767d0b8680b9c0e9f;hp=da1e4cd7d8002bda79ef0bfede72a97f9916efaa;hpb=3c3c535e5ed1d651c6024b5acf670e217af473f7;p=apps%2Fmadmutt.git diff --git a/pgppubring.c b/pgppubring.c index da1e4cd..bb27da1 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -706,7 +706,7 @@ static int pgpring_string_matches_hint (const char *s, const char *hints[], return 1; for (i = 0; i < nhints; i++) { - if (str_isstr (s, hints[i]) != NULL) + if (m_stristr(s, hints[i]) != NULL) return 1; }