]> git.notmuchmail.org Git - notmuch/commit
Include document data in the dump.
authorCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2009 20:18:32 +0000 (13:18 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2009 20:18:32 +0000 (13:18 -0700)
commit1a6d88697b8a993f9f8fcb0371b978c6d4bcb4c6
treeff148f66ec0cab96e8d7bb583ed6eee8059cf912
parentea96cb694f83ca00db9516bd3cb7724fb63a7854
Include document data in the dump.

At the same time, I've started hacking up sup with a new NotmuchIndex
class in the place of the previous XapianIndex class. The new class
stores only the source_info field in the document data, (rather than
a serialized ruby hash with a bunch of data that can be found in the
original message).

Eventually, I plan to replace source_info with a relative filename for
the message, (or even a list of filenames for when multiple messages
in the database share a common message ID).
xapian-dump.cc