]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.h
cli: export function for illegal tag checking
[notmuch] / tag-util.h
index 4628f1630ad6263951b8672d5d43a6699281306a..8a4074ce168feb22a5d0ae93d0849b6861e171a7 100644 (file)
@@ -89,6 +89,18 @@ tag_parse_status_t
 parse_tag_command_line (void *ctx, int argc, char **argv,
                        char **query_str, tag_op_list_t *ops);
 
+/*
+ * Test tags for some forbidden cases.
+ *
+ * Relax the checks if 'remove' is true to allow removal of previously
+ * added forbidden tags.
+ *
+ * return: NULL if OK,
+ *        explanatory message otherwise.
+ */
+const char *
+illegal_tag (const char *tag, notmuch_bool_t remove);
+
 /*
  * Create an empty list of tag operations
  *