X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc1524.c;h=b02ab4d49622a62ddf82ee27a08f1edd7406d4d7;hp=7d544779931505f6021671090b049a38e154ec65;hb=a5b02206150dc653355cdc60286c27482b5a4f93;hpb=ba5e3af4ea19e1d20c80941c077039871ec84258 diff --git a/rfc1524.c b/rfc1524.c index 7d54477..b02ab4d 100644 --- a/rfc1524.c +++ b/rfc1524.c @@ -22,7 +22,9 @@ #endif #include "mutt.h" +#include "ascii.h" #include "rfc1524.h" +#include "attach.h" #include "lib/mem.h" #include "lib/intl.h" @@ -505,7 +507,7 @@ int rfc1524_expand_filename (char *nametemplate, } } - mutt_adv_mktemp (newfile, nflen); + mutt_adv_mktemp (NULL, newfile, nflen); if (rmatch && lmatch) return 0;