X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=pgppubring.c;h=bb27da14fa252e259d4127f5560c148c3b0263f0;hb=4670d23c56f21afaa7ef2e0289a47a6a0d112671;hp=da1e4cd7d8002bda79ef0bfede72a97f9916efaa;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1;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; }