summaryrefslogtreecommitdiff
path: root/lib/tests/test-mu-msg.cc
AgeCommit message (Collapse)Author
2024-08-22message: detect top-level smime parts + testDirk-Jan C. Binnema
Fixes #2745
2023-07-05update to use fmt-based apisDirk-Jan C. Binnema
Not complete, but a first big stab converting users of Mu::Error and various g_warning & friends, format to the new libfmt-based APIs.
2022-10-02test-mu-msg.cc: fix unit testDirk-Jan C. Binnema
Fix typo.
2022-08-11tests: update test helpers and usersDirk-Jan C. Binnema
Move test-mu-common to mu-test-utils. Use mu_test_init as a wrapper for g_test_init. Update users.
2022-06-10message-file: filter out non-file flagsDirk-Jan C. Binnema
Only take flags from file names that are actually file-flags, not random other things
2022-05-19lib: remove some dead code (mu-str/utils)Dirk-Jan C. Binnema
Remove unused library code; recycle some electrons.
2022-05-06update tests: avoid helgrind warningDirk-Jan C. Binnema
Log to the black_hole or helgrind gets unhappy
2022-04-30message: update unit testsDirk-Jan C. Binnema
2022-04-30lib/tests: rework in terms of Mu::MessageDirk-Jan C. Binnema
2022-04-16flags: rename flags_to_string -> to_stringDirk-Jan C. Binnema
For consistency.
2022-03-26many: update for lib/message updatesDirk-Jan C. Binnema
Adapt to the new names / directory. Big commit, but mostly just very boring renaming.
2022-02-21mu-msg: use Mu::MessageContactDirk-Jan C. Binnema
Use the new contact class
2022-02-17*: update code for Mu::MessageFlagsDirk-Jan C. Binnema
Migrate the code to use the new niceness
2022-02-14update code for Mu::MessagePriorityDirk-Jan C. Binnema
Update dependent code
2022-02-07build: fix some scan-build warningsDirk-Jan C. Binnema
2021-11-08tests: move to subdir, move to mesonDirk-Jan C. Binnema
De-clutter the source directories a bit. Ensure tests build with meson, and remove from autotools in a few places (no need to do things twice).