X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reindex.c;h=3139a8c665a0fb46bb6626a77c32f26c4ff5c60a;hb=1c879f39391b1144bfb2328fe778ab7d7e582100;hp=fefa7c63c64deec1ad6beb8c412acf9cdb897fb7;hpb=08cd2e57bb3de3922ba54ad95c1e8e85a131330c;p=notmuch 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));