X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Frfc1524.c;h=08090e00b9f2d325966e33857ab3210ff7746ed3;hp=576f2122fdc19f43e108b1c4923d8fd3bfc28c56;hb=fcaada9d60ee8f52bbc8503c06fe061ca9e2fa68;hpb=c8b8b9539aaf11b48c4c1e5baba434db09722111 diff --git a/lib-mime/rfc1524.c b/lib-mime/rfc1524.c index 576f212..08090e0 100644 --- a/lib-mime/rfc1524.c +++ b/lib-mime/rfc1524.c @@ -437,7 +437,7 @@ int rfc1524_expand_filename (char *nametemplate, m_strcpy(newfile, nflen, oldfile); } else if (!oldfile) { - m_snsubst(newfile, nflen, nametemplate, "mutt"); + m_file_fmt(newfile, nflen, nametemplate, "mutt"); } else { /* oldfile && nametemplate */