summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2024-04-15build: bump version to 1.12.4v1.12.4Dirk-Jan C. Binnema
- query when quitting emacs with unhandled marks in a headers buffer - fix mime-handling - update sent handling (simplifying it) - some internal improvements - number of small fixes / updates - documentation updates - re-enable a specific database lock; this makes indexing a bit slower, but hopefully avoids some db corruption.
2024-04-08build: bump version to 1.12.3v1.12.3Dirk-Jan C. Binnema
- improve documentation / manpages - add --reindex option to 'mu index' - split off mu4e-complete-contact (for wider use) - work around some mail rendering issues with some emacs version - update some dependencies - fix some build warnings on older emacsen - fix musl build
2024-04-02build: rationalize emacs dep checkingDirk-Jan C. Binnema
2024-04-02build: avoid some test-only declarationsDirk-Jan C. Binnema
Only when we actually need them.
2024-03-16build: bump version to 1.12.2v1.12.2Dirk-Jan C. Binnema
2024-03-03build: bump version to 1.12.1v1.12.1Dirk-Jan C. Binnema
2024-02-25build: add cld2 optionMatthew Smith
Add an option for builders to explicitly disable cld2, instead of relying on the automatic detection.
2024-02-24build: bump version to 1.12.0v1.12.0Dirk-Jan C. Binnema
This is a new stable release, and everyone is encouraged to upgrade. See NEWS.org for the many changes.
2024-02-06build: bump version to 1.11.28Dirk-Jan C. Binnema
2024-01-01build: bump version to 1.11.27Dirk-Jan C. Binnema
2023-12-01build: bump version to 1.11.26Dirk-Jan C. Binnema
2023-12-01build: add some fortification flagsDirk-Jan C. Binnema
2023-11-15build: bump version to 1.11.25Dirk-Jan C. Binnema
2023-10-31build: bump version to 1.11.24Dirk-Jan C. Binnema
2023-10-25build: bump version to 1.11.23Dirk-Jan C. Binnema
2023-10-14build: path improvementsDirk-Jan C. Binnema
Use correct paths in date.py Fix some build warnings
2023-10-14build: use date.py instead of dateDirk-Jan C. Binnema
MacOS (and others) "date" command don't support all the options that GNU date has. So don't depend on that, add a small python program for this.
2023-10-14build: avoid dynamic dates for reproducibilityDirk-Jan C. Binnema
We were using dates (in documentation, (c) notices etc) based on the build-date; that makes it hard to do reproducible builds, so specify a specific date in the top-level meson file, and use that throughout.
2023-10-07build: bump version to 1.11.22Dirk-Jan C. Binnema
2023-09-24build: bump version to 1.11.21, update NEWS.orgDirk-Jan C. Binnema
2023-09-19build: improve option checking / flagsDirk-Jan C. Binnema
2023-09-16build: bump version to 1.11.20Dirk-Jan C. Binnema
2023-09-12build: bump version to 1.11.19Dirk-Jan C. Binnema
2023-09-10build: bump version to 1.11.18, update NEWS.orgDirk-Jan C. Binnema
2023-09-09support xapian ngramsDirk-Jan C. Binnema
Xapian supports an "ngrams" option to help with languages/scripts without explicit wordbreaks, such as Chinese / Japanese / Korean. Add some plumbing for supporting this in mu as well. Experimental for now.
2023-09-05build: bump version to 1.11.17Dirk-Jan C. Binnema
2023-09-05test: move test messages to testdata/Dirk-Jan C. Binnema
2023-08-27build: bump version to 1.11.16, update NEWS.orgDirk-Jan C. Binnema
2023-08-24mu4e: add mu4e-pkg.elLin Jian
This file provides information needed by package.el.
2023-08-17build: bump version to 1.11.15, update NEWS.orgDirk-Jan C. Binnema
2023-08-17scanner: add maildir-scan mode; improve portabilityDirk-Jan C. Binnema
Use d_ino (struct dirent) only when available. Implement a mode for scanning just maildirs (ie. the dirs with cur / new in them). Use d_type (if available) to optimize that.
2023-08-09build: bump version to 1.11.14Dirk-Jan C. Binnema
2023-08-09guile: make guile-extension-dir configurableDirk-Jan C. Binnema
We use guile_dep.get_variable(pkgconfig: 'extensiondir') but that's not good for everyone.
2023-08-04build: bump version to 1.11.13, update NEWS.orgDirk-Jan C. Binnema
2023-08-03options: implement ExpandPath transformerDirk-Jan C. Binnema
For expanding shell options (with expand_path / wordexp) Note that e.g. in zsh: --maildir=~/Maildir is handled (program receives --maildir=/home/user/Maildir) but e.g. bash does not do that, and the program receives the literal '~/Maildir' We expanded this in mu earlier, so let's do that again.
2023-07-26build: bump version to 1.11.12Dirk-Jan C. Binnema
2023-07-26build: bump version to 1.11.11Dirk-Jan C. Binnema
2023-07-23clang: avoid some build warningsDirk-Jan C. Binnema
2023-07-18store/index: and unit test for circular symlinkDirk-Jan C. Binnema
Check that we bail out early
2023-07-18mu-remove: add unit testDirk-Jan C. Binnema
2023-07-17build: bump version to 1.11.10Dirk-Jan C. Binnema
2023-07-05build: bump version to 1.11.9Dirk-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-07-02lib/store: rework to use xapian-db / configDirk-Jan C. Binnema
Simplifies the implementation.
2023-06-22build: bump version to 1.11.7Dirk-Jan C. Binnema
2023-05-12build: bump version to 1.10.6 and update NEWS.orgDirk-Jan C. Binnema
2023-05-11utils: implement language-detectorDirk-Jan C. Binnema
A thing wrapper around CLD2 with which we can detect the language of an e-mail message.
2023-05-10build: bump version to 1.11.5 + NEWS.orgDirk-Jan C. Binnema
2023-04-30build: bump version to 1.11.4Dirk-Jan C. Binnema
2023-04-29lib/utils: implement read_from_stdinDirk-Jan C. Binnema