]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
CLI: drop notmuch_config_t from subcommand interface.
[notmuch] / notmuch-show.c
index 481e5d540a6f2c2cff23b0e33548726da13ed891..bdb87321f1f02d74a400cffe3c6a4cc02c82b40a 100644 (file)
@@ -1225,8 +1225,7 @@ static const notmuch_show_format_t *formatters[] = {
 };
 
 int
-notmuch_show_command (unused (notmuch_config_t *config), notmuch_database_t *notmuch,
-                     int argc, char *argv[])
+notmuch_show_command (notmuch_database_t *notmuch, int argc, char *argv[])
 {
     notmuch_query_t *query;
     char *query_string;