summaryrefslogtreecommitdiff
path: root/lib/message/mu-message-file.cc
AgeCommit message (Collapse)Author
2023-09-10utils/file: add basename/dirname helpers and use themDirk-Jan C. Binnema
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.
2023-01-29lib: use join_pathsDirk-Jan C. Binnema
Convert some manual concatenation to the new join_paths helper.
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-06-04mu-maildir: refactor some duplicate codeDirk-Jan C. Binnema
mu-flags & mu-maildir were having some duplicate code; refactor it into mu-message-file.{cc,hh}