* mu-cmd-index: cosmetic
This commit is contained in:
@ -86,13 +86,13 @@ check_index_params (MuConfigOptions *opts)
|
|||||||
|
|
||||||
if (!opts->maildir || !g_path_is_absolute (opts->maildir)) {
|
if (!opts->maildir || !g_path_is_absolute (opts->maildir)) {
|
||||||
g_warning ("maildir path '%s' is not valid",
|
g_warning ("maildir path '%s' is not valid",
|
||||||
opts->maildir);
|
opts->maildir ? opts->maildir : "<none>");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!mu_util_check_dir (opts->maildir, TRUE, FALSE)) {
|
if (!mu_util_check_dir (opts->maildir, TRUE, FALSE)) {
|
||||||
g_warning ("not a valid Maildir: %s",
|
g_warning ("not a valid Maildir: %s",
|
||||||
opts->maildir);
|
opts->maildir ? opts->maildir : "<none>");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user