X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frefile.c;h=f3c6d1f0ca27fc3315d2c1dac5cae159d240b6de;hp=c184dc1f09cffab92cbd037d16f3c214fc6a6567;hb=a753601a3811c10e433dbb04d8211a3df4b99012;hpb=4885712264980e6cbc2039f9158027bee9213475 diff --git a/uip/refile.c b/uip/refile.c index c184dc1..f3c6d1f 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -400,7 +400,7 @@ m_file (char *msgfile, struct st_fold *folders, int nfolders, int preserve, int struct st_fold *fp, *ep; for (fp = folders, ep = folders + nfolders; fp < ep; fp++) { - if ((msgnum = folder_addmsg (&fp->f_mp, msgfile, 1, 0, preserve, nfolders == 1 && refile)) == -1) + if ((msgnum = folder_addmsg (&fp->f_mp, msgfile, 1, 0, preserve, nfolders == 1 && refile, maildir)) == -1) return 1; } return 0;