]> git.cworth.org Git - obsolete/notmuch-old/commit
Move terms and tags code to a new tags.cc file.
authorCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 12:53:40 +0000 (05:53 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 12:53:40 +0000 (05:53 -0700)
commit2affed0851d85a08f6b0700f7128f97cae6b6024
treed56f8d8fa4ef96885d60a5c20cf3d2a0ed338e33
parentb42c4418a401d6192f9c6e8584bc780bb3ff9960
Move terms and tags code to a new tags.cc file.

We want to start using this from both message.cc and thread.cc so we
need it in a place we can share the code. This also requires a new
notmuch-private-cxx.h header file for interfaces that include
C++-specific datatypes (such as Xapian::Document).
Makefile
message.cc
notmuch-private-cxx.h [new file with mode: 0644]
tags.cc [new file with mode: 0644]