X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=62075024b80fd98926c83c7e0bafc55cef42b55f;hp=577db1ac22b614274249a7f187f031c0042e8abc;hb=bad8211c28d4b229878e0264012009493db48da5;hpb=74a2265af51ce89bca845adc1d68f273c9933c13 diff --git a/pgppubring.c b/pgppubring.c index 577db1a..6207502 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -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; }