From 5b6101ef150296986a3a5a35161a7f6cb5b1e53e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 2 Feb 2010 21:53:28 +0200 Subject: [PATCH] * mu-cmd-index.c: don't require a writeable Maildir --- src/mu-cmd-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-cmd-index.c b/src/mu-cmd-index.c index 7ea167f2..1c17c27e 100644 --- a/src/mu-cmd-index.c +++ b/src/mu-cmd-index.c @@ -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; }