X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reindex.c;fp=notmuch-reindex.c;h=3139a8c665a0fb46bb6626a77c32f26c4ff5c60a;hp=fefa7c63c64deec1ad6beb8c412acf9cdb897fb7;hb=b7ac4c05e118047442378f58eeb69d43bd1cbdb1;hpb=591a0787c2dc8fc79d0673ec42a84e6939722f17 diff --git a/notmuch-reindex.c b/notmuch-reindex.c index fefa7c63..3139a8c6 100644 --- a/notmuch-reindex.c +++ b/notmuch-reindex.c @@ -117,7 +117,7 @@ notmuch_reindex_command (notmuch_config_t *config, int argc, char *argv[]) notmuch_exit_if_unmatched_db_uuid (notmuch); - status = notmuch_process_shared_indexing_options (notmuch, config); + status = notmuch_process_shared_indexing_options (notmuch); if (status != NOTMUCH_STATUS_SUCCESS) { fprintf (stderr, "Error: Failed to process index options. (%s)\n", notmuch_status_to_string (status));