X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=62075024b80fd98926c83c7e0bafc55cef42b55f;hp=81d9c477d50e401fef0225f50e25a9295583be88;hb=bad8211c28d4b229878e0264012009493db48da5;hpb=841934011451205d8295ac955486f06c317fdf15 diff --git a/pgppubring.c b/pgppubring.c index 81d9c47..6207502 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -26,6 +26,9 @@ # include "config.h" #endif +#include "lib/mem.h" +#include "lib/str.h" + #include #include #include @@ -707,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; }