message: add document, xapian wrapper
Add Message::Document, which does the translation from/to message & xapian document.
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user