X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-insert.c;h=327470d4288ee30a290e92b5c4fa74558779c009;hb=852167479f552cd396b1fdcbe9b1cb4db40e5e0a;hp=d229c9dc7ac9fa28468436d6146ed3770cdb80cc;hpb=c3a683299d4c27d6eadaacf4fb516f73a6c69fc3;p=notmuch 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));