X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgpkey.c;h=8bf2534c4067e1cd15fddabbffae99221677c6d5;hp=42dc0ffcdc27a68811cd3899e4930af5c12fad01;hb=2c522cac0278dd774896f25048da2c5cc1d9cf99;hpb=814a01519c9605d479201b99eb16c97b0ad8635d diff --git a/pgpkey.c b/pgpkey.c index 42dc0ff..8bf2534 100644 --- a/pgpkey.c +++ b/pgpkey.c @@ -763,7 +763,7 @@ static LIST *pgp_add_string_to_hints (LIST * hints, const char *str) for (t = strtok (scratch, " ,.:\"()<>\n"); t; t = strtok (NULL, " ,.:\"()<>\n")) { - if (safe_strlen (t) > 3) + if (mutt_strlen (t) > 3) hints = mutt_add_list (hints, t); }