diff options
| author | David Bremner <david@tethera.net> | 2021-02-27 10:07:45 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-04-06 21:32:36 -0300 |
| commit | 1c747a501c0ed7df5eaa2b994b9ad11d8981c62c (patch) | |
| tree | 2733f1196cab13dfe4b46eb577bb408f0646b9a0 /notmuch-show.c | |
| parent | ec4b7efbe4bd6d50bd6046bac5f7ef4ceaa30154 (diff) | |
CLI: drop notmuch_config_t from subcommand interface.
At this point it is unused in all subcommands.
Diffstat (limited to 'notmuch-show.c')
| -rw-r--r-- | notmuch-show.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/notmuch-show.c b/notmuch-show.c index 481e5d54..bdb87321 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -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; |
