]> git.notmuchmail.org Git - notmuch/commit
tag-util: factor out rules for illegal tags, use in parse_tag_line
authorDavid Bremner <bremner@debian.org>
Tue, 25 Dec 2012 19:42:38 +0000 (15:42 -0400)
committerDavid Bremner <bremner@debian.org>
Mon, 7 Jan 2013 02:57:41 +0000 (22:57 -0400)
commite13e2591470f849c86d410f50ec8103d2a5daf5b
tree0aa8b123b9a4329f1060c5c22d665733fb81a15e
parent18d79d19738d1038f1a56cbdc13f3e0ff601efc7
tag-util: factor out rules for illegal tags, use in parse_tag_line

This will allow us to be consistent between batch tagging and command
line tagging as far as what is an illegal tag.
tag-util.c