* mu_maildir_mkmdir => mu_maildir_mkdir

This commit is contained in:
Dirk-Jan C. Binnema
2010-12-05 15:40:40 +02:00
parent badc37d3b5
commit 8321f6718a
4 changed files with 12 additions and 9 deletions

View File

@ -47,7 +47,7 @@ mu_cmd_mkdir (MuConfigOptions *opts)
i = 1;
while (opts->params[i]) {
if (!mu_maildir_mkmdir (opts->params[i], opts->dirmode,
if (!mu_maildir_mkdir (opts->params[i], opts->dirmode,
FALSE))
return FALSE;
++i;