X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-gpgme.c;h=18ca2a5cb65516c451791ffd3de87f2ae221eb40;hp=0d5cd894803ab96167764652ca1327d16ff34864;hb=0c12d960399d14b4143b2bb91a96bdaca64e4c56;hpb=2ea77d3b2827ba23feb756ce2fb936565ae38998 diff --git a/crypt-gpgme.c b/crypt-gpgme.c index 0d5cd89..18ca2a5 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -3221,7 +3221,7 @@ static LIST *crypt_add_string_to_hints (LIST * hints, const char *str) for (t = strtok (scratch, " ,.:\"()<>\n"); t; t = strtok (NULL, " ,.:\"()<>\n")) { if (m_strlen(t) > 3) - hints = mutt_add_list (hints, t); + hints = mutt_add_list(hints, t); } p_delete(&scratch);