* mu-cmd-index.c: don't require a writeable Maildir

This commit is contained in:
Dirk-Jan C. Binnema 2010-02-02 21:53:28 +02:00
parent 529c5b84db
commit 5b6101ef15
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ check_index_params (MuConfigOptions *opts)
return FALSE;
}
if (!mu_util_check_dir (opts->maildir, TRUE, TRUE)) {
if (!mu_util_check_dir (opts->maildir, TRUE, FALSE)) {
g_message ("Please provide a valid Maildir");
return FALSE;
}