mu/lib/message
Dirk-Jan C. Binnema 5a48664033 lib: centralize xapian include, enable move semantics
Only include xapian.h in one place, so we can have consistent options.
With that in place, we can enable C++ move semantics.

We don't do anything with that yet, but we check in the meson.build file
to see if we have the required xapian version.
2024-05-01 17:02:24 +03:00
..
tests tests: move to tests/, make optional 2024-01-06 18:35:22 +02:00
meson.build tests: move to tests/, make optional 2024-01-06 18:35:22 +02:00
mu-contact.cc mu-contact: move email validation to contacts cache 2024-04-02 07:40:20 +03:00
mu-contact.hh contact: fix quoting 2023-03-14 06:18:56 +02:00
mu-document.cc fields: 'phrasable' instead of 'indexable' 2023-09-17 18:11:10 +03:00
mu-document.hh lib: centralize xapian include, enable move semantics 2024-05-01 17:02:24 +03:00
mu-fields.cc fields: 'phrasable' instead of 'indexable' 2023-09-17 18:11:10 +03:00
mu-fields.hh lib: centralize xapian include, enable move semantics 2024-05-01 17:02:24 +03:00
mu-flags.cc lib: use flags_maildir_file 2023-09-24 17:29:56 +03:00
mu-flags.hh lib: use flags_maildir_file 2023-09-24 17:29:56 +03:00
mu-message-file.cc utils/file: add basename/dirname helpers and use them 2023-09-10 10:15:28 +03:00
mu-message-file.hh mu-maildir: refactor some duplicate code 2022-06-04 00:41:28 +03:00
mu-message-part.cc utils/file: add basename/dirname helpers and use them 2023-09-10 10:15:28 +03:00
mu-message-part.hh message: allow extracting message parts to file 2023-04-06 07:19:26 +03:00
mu-message.cc message: flag list-unsubscribe as MailingList 2024-03-15 19:47:37 +02:00
mu-message.hh lib: centralize xapian include, enable move semantics 2024-05-01 17:02:24 +03:00
mu-mime-object.cc message: use html-to-text scraper for html parts 2023-07-25 21:26:36 +03:00
mu-mime-object.hh update to use fmt-based apis 2023-07-05 23:10:13 +03:00
mu-priority.cc message: move to lib/message, update naming 2022-03-26 17:19:10 +02:00
mu-priority.hh mu-priority: implement priority_from_name 2023-08-21 18:29:21 +03:00
test-mu-message.cc message: flag list-unsubscribe as MailingList 2024-03-15 19:47:37 +02:00