X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-insert.c;fp=notmuch-insert.c;h=327470d4288ee30a290e92b5c4fa74558779c009;hp=d229c9dc7ac9fa28468436d6146ed3770cdb80cc;hb=b7ac4c05e118047442378f58eeb69d43bd1cbdb1;hpb=591a0787c2dc8fc79d0673ec42a84e6939722f17 diff --git a/notmuch-insert.c b/notmuch-insert.c index d229c9dc..327470d4 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -550,7 +550,7 @@ notmuch_insert_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));