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