]> git.notmuchmail.org Git - notmuch/commit - tag-util.h
tag-util.[ch]: New files for common tagging routines
authorDavid Bremner <bremner@debian.org>
Tue, 13 Nov 2012 01:54:16 +0000 (21:54 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 9 Dec 2012 17:33:34 +0000 (13:33 -0400)
commitfb50cc41fe6f508118697d65a44e8f742a466ca0
tree031723c14e4a813c2eaa7ef6dbf5d49907234463
parent9ff72a83bda69e6c064bd8be9f201a4626bff54e
tag-util.[ch]: New files for common tagging routines

These are meant to be shared between notmuch-tag and notmuch-restore.

The bulk of the routines implement a "tag operation list" abstract
data type act as a structured representation of a set of tag
operations (typically coming from a single tag command or line of
input).
Makefile.local
tag-util.c [new file with mode: 0644]
tag-util.h [new file with mode: 0644]