]> git.notmuchmail.org Git - notmuch/commit
tag-util: do not reset list in parse_tag_command_line
authorPeter Wang <novalazy@gmail.com>
Sun, 23 Jun 2013 04:23:55 +0000 (14:23 +1000)
committerDavid Bremner <bremner@debian.org>
Sat, 29 Jun 2013 17:36:23 +0000 (14:36 -0300)
commitf00c925bd10c024d5b9f88d8903c7a0d14e9cc6a
tree6b9dc4c95395342b869c1df4b0fa692728b0d2d7
parente8efa11da90fa47adcbc489638320d61ac98391a
tag-util: do not reset list in parse_tag_command_line

The 'insert' command will be better served if parse_tag_command_line
modifies a pre-populated list (of new.tags) instead of clobbering the
list outright.  The sole existing caller, notmuch_tag_command, is
unaffected by this change.
tag-util.c
tag-util.h