Rocco Rutte:
[apps/madmutt.git] / pgppubring.c
index 577db1a..6207502 100644 (file)
@@ -710,7 +710,7 @@ static int pgpring_string_matches_hint (const char *s, const char *hints[],
     return 1;
 
   for (i = 0; i < nhints; i++) {
-    if (mutt_stristr (s, hints[i]) != NULL)
+    if (str_isstr (s, hints[i]) != NULL)
       return 1;
   }