]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.h
tag-util: do not reset list in parse_tag_command_line
[notmuch] / tag-util.h
index c07bfde5013fb720c93d15fa7653df185ce1276d..4628f1630ad6263951b8672d5d43a6699281306a 100644 (file)
@@ -72,6 +72,23 @@ parse_tag_line (void *ctx, char *line,
                tag_op_flag_t flags,
                char **query_str, tag_op_list_t *ops);
 
                tag_op_flag_t flags,
                char **query_str, tag_op_list_t *ops);
 
+
+
+/* Parse a command line of the following format:
+ *
+ * +<tag>|-<tag> [...] [--] <search-terms>
+ *
+ * Output Parameters:
+ *     ops     contains a list of tag operations
+ *     query_str the search terms.
+ *
+ * The ops argument is not cleared.
+ */
+
+tag_parse_status_t
+parse_tag_command_line (void *ctx, int argc, char **argv,
+                       char **query_str, tag_op_list_t *ops);
+
 /*
  * Create an empty list of tag operations
  *
 /*
  * Create an empty list of tag operations
  *