X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-new.c;h=184e9aa2189ab7d201f5e5ebc56db9ea9f2c4be6;hb=9300defd64acf68b8e6fa6fbd89b8050168bb63d;hp=6a54a1a169feb23aa0d860f66548e69d60e24dc0;hpb=2f4beda434c59f9e2f5b7c32d26543bad7217ad4;p=notmuch diff --git a/notmuch-new.c b/notmuch-new.c index 6a54a1a1..184e9aa2 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -1198,7 +1198,7 @@ notmuch_new_command (notmuch_config_t *config, int argc, char *argv[]) if (notmuch == NULL) return EXIT_FAILURE; - 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));