X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstoresbr.c;h=1c05a42d0fd0953e77aa240207702ccd3b742ea1;hp=bf5088e7ee4567b420a4385a84db6f88c608861b;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=d2f12554a254e814dcdafb3828fc0d9936154eef diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index bf5088e..1c05a42 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -565,12 +565,12 @@ store_content (CT ct, CT p) /* Get the folder name */ if (cp[1]) - folder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF); + folder = pluspath (cp); else folder = getfolder (1); /* Check if folder exists */ - create_folder(folder, 0, exit); + create_folder(m_mailpath(folder), 0, exit); /* Record the folder name */ ct->c_folder = add (folder, NULL);