mu: don't need a path argument for index

We get it from the store.
This commit is contained in:
Dirk-Jan C. Binnema
2020-01-20 12:32:29 +02:00
parent 232f370936
commit bb932fa217
3 changed files with 13 additions and 11 deletions

View File

@ -305,7 +305,8 @@ cmd_index (MuIndex *midx, MuConfig *opts, MuIndexStats *stats, GError **err)
newline_before_on();
rv = mu_index_run (midx, opts->maildir, opts->rebuild,
rv = mu_index_run (midx,
opts->rebuild,
opts->lazycheck, stats,
show_progress ?
(MuIndexMsgCallback)index_msg_cb :