X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-gpgme.c;h=9728bcce89e9fec7eadb0442fce0ddf10ab3dba9;hp=0d5cd894803ab96167764652ca1327d16ff34864;hb=9f66d0f5a23ad4fe8359006fa82abdc20737ddf1;hpb=2ea77d3b2827ba23feb756ce2fb936565ae38998 diff --git a/crypt-gpgme.c b/crypt-gpgme.c index 0d5cd89..9728bcc 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "mutt.h" #include "mutt_crypt.h" @@ -3221,7 +3222,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);