From fb50cc41fe6f508118697d65a44e8f742a466ca0 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 12 Nov 2012 21:54:16 -0400 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index 0db1713e..c274f073 100644 --- a/Makefile.local +++ b/Makefile.local @@ -275,6 +275,7 @@ notmuch_client_srcs = \ query-string.c \ mime-node.c \ crypto.c \ + tag-util.c notmuch_client_modules = $(notmuch_client_srcs:.c=.o) -- cgit v1.2.3