]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
CLI: drop notmuch_config_t from subcommand interface.
[notmuch] / notmuch-reply.c
index b40ce96bca2a1725dc126dda6ec24eec649fb927..08140799e2b965967ac2496883d091b1fb3a3032 100644 (file)
@@ -705,8 +705,7 @@ do_reply (notmuch_database_t *notmuch,
 }
 
 int
-notmuch_reply_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch,
-                      int argc, char *argv[])
+notmuch_reply_command (notmuch_database_t *notmuch, int argc, char *argv[])
 {
     notmuch_query_t *query;
     char *query_string;