From: David Bremner Date: Tue, 25 Dec 2012 19:42:39 +0000 (-0400) Subject: notmuch-tag.c: convert to use tag-util X-Git-Tag: 0.15_rc1~21 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e9b6e464745fdebd4c6367dfc731859fe390b531;hp=e9b6e464745fdebd4c6367dfc731859fe390b531 notmuch-tag.c: convert to use tag-util Command line parsing is factored out into a function parse_tag_command_line in tag-util.c. There is some duplicated code eliminated in tag_query, and a bunch of translation from using the bare tag_op structs to using that tag-utils API. ---