lib: remove the old mu-msg* code

Replaced by Mu::Message & friends
This commit is contained in:
Dirk-Jan C. Binnema
2022-04-22 08:00:58 +03:00
parent 85a3ff71ae
commit de07df77d3
13 changed files with 1 additions and 4585 deletions

View File

@ -34,13 +34,7 @@ lib_mu=static_library(
'mu-store.cc',
'mu-tokenizer.cc',
'mu-xapian.cc',
'mu-maildir.cc',
'mu-msg-crypto.cc',
'mu-msg-doc.cc',
'mu-msg-file.cc',
'mu-msg-part.cc',
'mu-msg-sexp.cc',
'mu-msg.cc',
'mu-maildir.cc'
],
dependencies: [
glib_dep,