X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=bb27da14fa252e259d4127f5560c148c3b0263f0;hp=da1e4cd7d8002bda79ef0bfede72a97f9916efaa;hb=93b012884de4ca5e1f2550f767d0b8680b9c0e9f;hpb=3c3c535e5ed1d651c6024b5acf670e217af473f7 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; }