aboutsummaryrefslogtreecommitdiffhomepage
path: root/tag-util.h
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-02-23 18:55:21 +0200
committerGravatar David Bremner <david@tethera.net>2014-03-06 07:41:38 -0400
commit07dd9d53cb7d92dc42ef697edb65e4c491b65928 (patch)
tree6178bf0c2a87d73b3795ce44268a09c5d2bf6b67 /tag-util.h
parentec13bd12e3335d0ceb878d403d11004bbe330c8e (diff)
cli: export function for illegal tag checking
This lets us check for forbidden tags consistently across the cli. No functional changes.
Diffstat (limited to 'tag-util.h')
-rw-r--r--tag-util.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tag-util.h b/tag-util.h
index 4628f163..8a4074ce 100644
--- a/tag-util.h
+++ b/tag-util.h
@@ -90,6 +90,18 @@ 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
*
* ctx is passed to talloc