]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch restore: Fix to remove all tags before adding tags.
authorCarl Worth <cworth@cworth.org>
Tue, 27 Oct 2009 05:25:45 +0000 (22:25 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Oct 2009 05:53:39 +0000 (22:53 -0700)
This means that the restore operation will now properly pick up the
removal of tags indicated by the tag just not being present in the
dump file.

We added a few new public functions in order to support this:

notmuch_message_freeze
notmuch_message_remove_all_tags
notmuch_message_thaw


No differences found