]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reindex.c
gmime-cleanup: drop all arguments unused in GMime 3
[notmuch] / notmuch-reindex.c
index fefa7c63c64deec1ad6beb8c412acf9cdb897fb7..3139a8c665a0fb46bb6626a77c32f26c4ff5c60a 100644 (file)
@@ -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));