X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=184e9aa2189ab7d201f5e5ebc56db9ea9f2c4be6;hp=6a54a1a169feb23aa0d860f66548e69d60e24dc0;hb=a6b0772b60d9191fcc291358eec3d78bfea31f1c;hpb=2f4beda434c59f9e2f5b7c32d26543bad7217ad4 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));