* <many>: (WIP) use ~/mu/xapian as the database with an embedded version tag
- add checks in the code to make sure the database is up to date,
if not, warn the user.
This commit is contained in:
@ -183,8 +183,9 @@ mu_config_init (MuConfigOptions *opts, int *argcp, char ***argvp)
|
||||
/* set dirmode before, because '0000' is a valid mode */
|
||||
opts->dirmode = 0755;
|
||||
|
||||
if (!parse_params (opts, argcp, argvp))
|
||||
return FALSE;
|
||||
if (argcp && argvp)
|
||||
if (!parse_params (opts, argcp, argvp))
|
||||
return FALSE;
|
||||
|
||||
if (!opts->muhome)
|
||||
opts->muhome = guess_muhome ();
|
||||
|
||||
Reference in New Issue
Block a user