message: add document, xapian wrapper

Add Message::Document, which does the translation from/to message & xapian document.
This commit is contained in:
Dirk-Jan C. Binnema
2022-03-19 18:55:08 +02:00
parent 3646345442
commit ede99aff83
3 changed files with 550 additions and 1 deletions

View File

@ -53,7 +53,6 @@ lib_mu=static_library(
'mu-msg-crypto.cc',
'mu-msg-doc.cc',
'mu-msg-doc.hh',
'mu-message-fields.hh',
'mu-msg-file.cc',
'mu-msg-file.hh',
'mu-msg-part.cc',
@ -64,6 +63,8 @@ lib_mu=static_library(
'mu-msg.hh',
'mu-message-contact.hh',
'mu-message-contact.cc',
'mu-message-document.cc',
'mu-message-document.hh',
'mu-message-fields.hh',
'mu-message-fields.cc',
'mu-message-flags.hh',