X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fpath.c;h=b3a8fff58ac81de6ace96c9c331ab243626fb267;hp=8802eaa566e8e18c44c80a1df8fb81cfea61fbb1;hb=097c84b61603c4a4c5837f3dcc09c30a1e751702;hpb=64d621d6806432dabe5bd62282f17027bb08d418 diff --git a/sbr/path.c b/sbr/path.c index 8802eaa..b3a8fff 100644 --- a/sbr/path.c +++ b/sbr/path.c @@ -101,7 +101,8 @@ expath(char *name, int type) if (type == TSUBCWF) { /* @folder to +folder */ - snprintf(buffer, sizeof(buffer), "%s/%s", getfolder(1), name); + snprintf(buffer, sizeof(buffer), "%s/%s", + getfolder(FCUR), name); name = m_mailpath(buffer); packpath(name); snprintf(buffer, sizeof(buffer), "%s/", m_maildir(""));