* mu-cmd, mu-cmd-index: small improvements in strings for users
This commit is contained in:
@ -238,7 +238,7 @@ mu_cmd_index (MuConfigOptions *opts)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
g_message ("Indexing messages from %s", opts->maildir);
|
||||
g_message ("Indexing messages under %s", opts->maildir);
|
||||
g_message ("Database: %s", opts->xpath);
|
||||
|
||||
rv = run_index (midx, opts->maildir, &stats, opts->reindex, opts->quiet);
|
||||
|
||||
Reference in New Issue
Block a user