]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found