drop the old string API fully.
[apps/madmutt.git] / pgppubring.c
index da1e4cd..bb27da1 100644 (file)
@@ -706,7 +706,7 @@ static int pgpring_string_matches_hint (const char *s, const char *hints[],
     return 1;
 
   for (i = 0; i < nhints; i++) {
     return 1;
 
   for (i = 0; i < nhints; i++) {
-    if (str_isstr (s, hints[i]) != NULL)
+    if (m_stristr(s, hints[i]) != NULL)
       return 1;
   }
 
       return 1;
   }