build: bump version 1.7.13
And some small tweaks, cleanups
This commit is contained in:
@ -23,45 +23,24 @@ lib_mu=static_library(
|
||||
'mu',
|
||||
[
|
||||
'mu-bookmarks.cc',
|
||||
'mu-bookmarks.hh',
|
||||
'mu-contacts-cache.cc',
|
||||
'mu-contacts-cache.hh',
|
||||
'mu-data.hh',
|
||||
'mu-parser.cc',
|
||||
'mu-parser.hh',
|
||||
'mu-query.cc',
|
||||
'mu-query.hh',
|
||||
'mu-query-results.hh',
|
||||
'mu-query-match-deciders.cc',
|
||||
'mu-query-match-deciders.hh',
|
||||
'mu-query-threads.cc',
|
||||
'mu-query-threads.hh',
|
||||
'mu-runtime.cc',
|
||||
'mu-runtime.hh',
|
||||
'mu-script.cc',
|
||||
'mu-script.hh',
|
||||
'mu-server.cc',
|
||||
'mu-server.hh',
|
||||
'mu-store.cc',
|
||||
'mu-store.hh',
|
||||
'mu-tokenizer.cc',
|
||||
'mu-tokenizer.hh',
|
||||
'mu-tree.hh',
|
||||
'mu-xapian.cc',
|
||||
'mu-xapian.hh',
|
||||
'mu-maildir.cc',
|
||||
'mu-maildir.hh',
|
||||
'mu-msg-crypto.cc',
|
||||
'mu-msg-doc.cc',
|
||||
'mu-msg-doc.hh',
|
||||
'mu-msg-file.cc',
|
||||
'mu-msg-file.hh',
|
||||
'mu-msg-part.cc',
|
||||
'mu-msg-part.hh',
|
||||
'mu-msg-priv.hh',
|
||||
'mu-msg-sexp.cc',
|
||||
'mu-msg.cc',
|
||||
'mu-msg.hh',
|
||||
],
|
||||
dependencies: [
|
||||
glib_dep,
|
||||
|
||||
Reference in New Issue
Block a user