]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-tag.c
CLI: drop notmuch_config_t from subcommand interface.
[notmuch] / notmuch-tag.c
index 9c3d4f8b040d9ea87d9b0de7f5fb0d9c6a89ef4e..667a75d6b960c3b2cc27b75d08753a813badc037 100644 (file)
@@ -187,8 +187,7 @@ tag_file (void *ctx, notmuch_database_t *notmuch, tag_op_flag_t flags,
 }
 
 int
-notmuch_tag_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch,
-                    int argc, char *argv[])
+notmuch_tag_command (notmuch_database_t *notmuch, int argc, char *argv[])
 {
     tag_op_list_t *tag_ops = NULL;
     char *query_string = NULL;