* mu-msg-db.[cc,h]: basic implementation of Xapian::Document backend for MuMsg

(WIP, but compiles)
This commit is contained in:
Dirk-Jan C. Binnema
2011-05-15 10:39:27 +03:00
parent 6f33f76797
commit b990bcb054
3 changed files with 187 additions and 0 deletions

View File

@ -70,6 +70,8 @@ libmu_la_SOURCES= \
mu-msg-data.h \
mu-msg-data-cache.c \
mu-msg-data-cache.h \
mu-msg-db.c \
mu-msg-db.h \
mu-msg-fields.c \
mu-msg-fields.h \
mu-msg-file.c \