| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-15 | build: bump version to 1.12.4v1.12.4 | Dirk-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-08 | build: bump version to 1.12.3v1.12.3 | Dirk-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-02 | build: rationalize emacs dep checking | Dirk-Jan C. Binnema | |
| 2024-04-02 | build: avoid some test-only declarations | Dirk-Jan C. Binnema | |
| Only when we actually need them. | |||
| 2024-03-16 | build: bump version to 1.12.2v1.12.2 | Dirk-Jan C. Binnema | |
| 2024-03-03 | build: bump version to 1.12.1v1.12.1 | Dirk-Jan C. Binnema | |
| 2024-02-25 | build: add cld2 option | Matthew Smith | |
| Add an option for builders to explicitly disable cld2, instead of relying on the automatic detection. | |||
| 2024-02-24 | build: bump version to 1.12.0v1.12.0 | Dirk-Jan C. Binnema | |
| This is a new stable release, and everyone is encouraged to upgrade. See NEWS.org for the many changes. | |||
| 2024-02-06 | build: bump version to 1.11.28 | Dirk-Jan C. Binnema | |
| 2024-01-01 | build: bump version to 1.11.27 | Dirk-Jan C. Binnema | |
| 2023-12-01 | build: bump version to 1.11.26 | Dirk-Jan C. Binnema | |
| 2023-12-01 | build: add some fortification flags | Dirk-Jan C. Binnema | |
| 2023-11-15 | build: bump version to 1.11.25 | Dirk-Jan C. Binnema | |
| 2023-10-31 | build: bump version to 1.11.24 | Dirk-Jan C. Binnema | |
| 2023-10-25 | build: bump version to 1.11.23 | Dirk-Jan C. Binnema | |
| 2023-10-14 | build: path improvements | Dirk-Jan C. Binnema | |
| Use correct paths in date.py Fix some build warnings | |||
| 2023-10-14 | build: use date.py instead of date | Dirk-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-14 | build: avoid dynamic dates for reproducibility | Dirk-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-07 | build: bump version to 1.11.22 | Dirk-Jan C. Binnema | |
| 2023-09-24 | build: bump version to 1.11.21, update NEWS.org | Dirk-Jan C. Binnema | |
| 2023-09-19 | build: improve option checking / flags | Dirk-Jan C. Binnema | |
| 2023-09-16 | build: bump version to 1.11.20 | Dirk-Jan C. Binnema | |
| 2023-09-12 | build: bump version to 1.11.19 | Dirk-Jan C. Binnema | |
| 2023-09-10 | build: bump version to 1.11.18, update NEWS.org | Dirk-Jan C. Binnema | |
| 2023-09-09 | support xapian ngrams | Dirk-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-05 | build: bump version to 1.11.17 | Dirk-Jan C. Binnema | |
| 2023-09-05 | test: move test messages to testdata/ | Dirk-Jan C. Binnema | |
| 2023-08-27 | build: bump version to 1.11.16, update NEWS.org | Dirk-Jan C. Binnema | |
| 2023-08-24 | mu4e: add mu4e-pkg.el | Lin Jian | |
| This file provides information needed by package.el. | |||
| 2023-08-17 | build: bump version to 1.11.15, update NEWS.org | Dirk-Jan C. Binnema | |
| 2023-08-17 | scanner: add maildir-scan mode; improve portability | Dirk-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-09 | build: bump version to 1.11.14 | Dirk-Jan C. Binnema | |
| 2023-08-09 | guile: make guile-extension-dir configurable | Dirk-Jan C. Binnema | |
| We use guile_dep.get_variable(pkgconfig: 'extensiondir') but that's not good for everyone. | |||
| 2023-08-04 | build: bump version to 1.11.13, update NEWS.org | Dirk-Jan C. Binnema | |
| 2023-08-03 | options: implement ExpandPath transformer | Dirk-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-26 | build: bump version to 1.11.12 | Dirk-Jan C. Binnema | |
| 2023-07-26 | build: bump version to 1.11.11 | Dirk-Jan C. Binnema | |
| 2023-07-23 | clang: avoid some build warnings | Dirk-Jan C. Binnema | |
| 2023-07-18 | store/index: and unit test for circular symlink | Dirk-Jan C. Binnema | |
| Check that we bail out early | |||
| 2023-07-18 | mu-remove: add unit test | Dirk-Jan C. Binnema | |
| 2023-07-17 | build: bump version to 1.11.10 | Dirk-Jan C. Binnema | |
| 2023-07-05 | build: bump version to 1.11.9 | Dirk-Jan C. Binnema | |
| 2023-07-05 | update to use fmt-based apis | Dirk-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-02 | lib/store: rework to use xapian-db / config | Dirk-Jan C. Binnema | |
| Simplifies the implementation. | |||
| 2023-06-22 | build: bump version to 1.11.7 | Dirk-Jan C. Binnema | |
| 2023-05-12 | build: bump version to 1.10.6 and update NEWS.org | Dirk-Jan C. Binnema | |
| 2023-05-11 | utils: implement language-detector | Dirk-Jan C. Binnema | |
| A thing wrapper around CLD2 with which we can detect the language of an e-mail message. | |||
| 2023-05-10 | build: bump version to 1.11.5 + NEWS.org | Dirk-Jan C. Binnema | |
| 2023-04-30 | build: bump version to 1.11.4 | Dirk-Jan C. Binnema | |
| 2023-04-29 | lib/utils: implement read_from_stdin | Dirk-Jan C. Binnema | |
