* mu.c: use the mudir from the configuration, instead of the hardcoded hack

This commit is contained in:
Dirk-Jan C. Binnema 2009-12-02 23:17:44 +02:00
parent ef553bef06
commit 10999ffdb5
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ main (int argc, char *argv[])
MuIndex *midx;
MuIndexStats stats;
midx = mu_index_new ("/home/djcb/.mu");
midx = mu_index_new (config.muhome);
rv = mu_index_run (midx,
config.maildir,
config.reindex,