X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fm_maildir.c;h=957e44b4cd4443577b2639b5fa47a1bf40d0b39d;hp=95f72afb28792a286a7ce424f4fb335e4ee61dce;hb=097c84b61603c4a4c5837f3dcc09c30a1e751702;hpb=64d621d6806432dabe5bd62282f17027bb08d418 diff --git a/sbr/m_maildir.c b/sbr/m_maildir.c index 95f72af..957e44b 100644 --- a/sbr/m_maildir.c +++ b/sbr/m_maildir.c @@ -66,7 +66,7 @@ exmaildir(char *folder) /* use current folder if none is specified */ if (folder == NULL) - folder = getfolder(1); + folder = getfolder(FCUR); if (!(*folder != '/' && strncmp(folder, CWD, NCWD) && strcmp(folder, DOT) && strcmp(folder, DOTDOT)