* mu.c: use the mudir from the configuration, instead of the hardcoded hack
This commit is contained in:
2
src/mu.c
2
src/mu.c
@ -200,7 +200,7 @@ main (int argc, char *argv[])
|
|||||||
MuIndex *midx;
|
MuIndex *midx;
|
||||||
MuIndexStats stats;
|
MuIndexStats stats;
|
||||||
|
|
||||||
midx = mu_index_new ("/home/djcb/.mu");
|
midx = mu_index_new (config.muhome);
|
||||||
rv = mu_index_run (midx,
|
rv = mu_index_run (midx,
|
||||||
config.maildir,
|
config.maildir,
|
||||||
config.reindex,
|
config.reindex,
|
||||||
|
|||||||
Reference in New Issue
Block a user