* minor update
This commit is contained in:
@ -316,7 +316,9 @@ cmd_index (MuIndex *midx, MuConfig *opts, MuIndexStats *stats, GError **err)
|
|||||||
|
|
||||||
show_progress = !opts->quiet && isatty(fileno(stdout));
|
show_progress = !opts->quiet && isatty(fileno(stdout));
|
||||||
idata.color = !opts->nocolor;
|
idata.color = !opts->nocolor;
|
||||||
|
|
||||||
newline_before_on();
|
newline_before_on();
|
||||||
|
|
||||||
rv = mu_index_run (midx, opts->maildir, opts->rebuild, stats,
|
rv = mu_index_run (midx, opts->maildir, opts->rebuild, stats,
|
||||||
show_progress ?
|
show_progress ?
|
||||||
(MuIndexMsgCallback)index_msg_cb :
|
(MuIndexMsgCallback)index_msg_cb :
|
||||||
|
|||||||
Reference in New Issue
Block a user