e9ce45fde9
build: bump version to 1.11.14
2023-08-09 23:24:47 +03:00
52e3a4766e
guile: make guile-extension-dir configurable
...
We use
guile_dep.get_variable(pkgconfig: 'extensiondir')
but that's not good for everyone.
2023-08-09 22:02:09 +03:00
589327afd7
build: bump version to 1.11.13, update NEWS.org
2023-08-04 00:09:02 +03:00
ade62fc67c
options: implement ExpandPath transformer
...
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-08-03 22:47:27 +03:00
275859a5b3
build: bump version to 1.11.12
2023-07-26 19:12:27 +03:00
3aecaca9b9
build: bump version to 1.11.11
2023-07-26 19:06:04 +03:00
d374d94031
clang: avoid some build warnings
2023-07-23 21:04:26 +03:00
6ad5cccc53
store/index: and unit test for circular symlink
...
Check that we bail out early
2023-07-18 23:18:21 +03:00
0cb78fe4d1
mu-remove: add unit test
2023-07-18 21:33:59 +03:00
67f95eac63
build: bump version to 1.11.10
2023-07-17 21:53:42 +03:00
161f7df7b9
build: bump version to 1.11.9
2023-07-05 23:19:34 +03:00
4920b56671
update to use fmt-based apis
...
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-05 23:10:13 +03:00
3791d0c375
lib/store: rework to use xapian-db / config
...
Simplifies the implementation.
2023-07-02 00:06:56 +03:00
f8fa108090
build: bump version to 1.11.7
2023-06-22 23:52:52 +03:00
832d255381
build: bump version to 1.10.6 and update NEWS.org
2023-05-12 21:44:28 +03:00
ad64093183
utils: implement language-detector
...
A thing wrapper around CLD2 with which we can detect the language of an
e-mail message.
2023-05-11 23:23:52 +03:00
91eeed2a27
build: bump version to 1.11.5 + NEWS.org
2023-05-10 18:52:15 +03:00
5fde962a9e
build: bump version to 1.11.4
2023-04-30 12:40:37 +03:00
3a05dd8725
lib/utils: implement read_from_stdin
2023-04-29 23:01:12 +03:00
1ec363b1e6
meson.build: avoid clang build warning
2023-04-23 16:06:42 +03:00
1b8bcb3df3
build: bump version to 1.11.3
2023-04-23 12:20:07 +03:00
9c74d4bd85
build: bump version to 1.11.2
2023-04-15 07:52:24 +03:00
b68dd9951a
build: bump version to 1.11.1
2023-04-09 11:06:32 +03:00
198f8d5451
build: bump version to 1.11.0
2023-04-06 07:47:53 +03:00
6f2c934d72
build: Add gmime 3.2.13 warning
...
For #2461 , #2429 .
2023-04-06 07:19:25 +03:00
8c899599a3
build: new release 1.10
2023-03-26 09:36:39 +03:00
4979cab7aa
build: bump version 1.9.23
2023-03-25 13:33:25 +02:00
46746bacf8
build: bump version to 1.9.22
2023-03-08 10:26:24 +02:00
ec10d54dab
build: bump version to 1.9.21, update NEWS.org
2023-02-17 22:24:09 +02:00
c9fac49584
build: bump version to 1.9.20, update NEWS.org
2023-02-12 13:00:31 +02:00
3212a79846
build: bump version to 1.9.19, update NEWS.org
2023-01-31 23:50:38 +02:00
2255769de7
build: bump schema version, update contacts-cache
...
Bump schema version to trigger update after we added html processing.
Since we're updating the database schema version, let's use the
opportunity to remove outdated data from the contacts-cache.
2023-01-31 23:41:57 +02:00
c902e296f4
build: bump version to 1.9.18
2023-01-29 12:03:13 +02:00
fb8502ae4e
build: bump version to 1.9.17
2023-01-24 23:43:55 +02:00
66e332fcf2
build: bump version 1.9.16, update NEWS.org
2023-01-17 21:51:02 +02:00
1fd4141453
build: bump version to 1.9.15, update NEWS.org
2023-01-16 22:44:10 +02:00
cd10cd2534
build: bump version to 1.9.14, update NEWS.org
2023-01-14 20:10:43 +02:00
7067902105
build: bump version to 1.9.13
2023-01-14 09:22:49 +02:00
c0e41f95cf
build: bump version to 1.9.12, update NEWS.org
2023-01-07 17:13:36 +02:00
00ddaebc4e
build: bump version to 1.9.11, update NEWS.org
2023-01-01 15:01:26 +02:00
97d7f1914a
build: bump version to 1.9.10; update NEWS.org
2022-12-30 15:33:36 +02:00
5bf6fa399b
guile: don't run test with asan builds
...
They're incompatible.
2022-12-29 12:25:58 +02:00
e54ed19575
build: bump version to 1.9.9
2022-12-29 11:29:47 +02:00
a259ae4162
man: generate manpages from .org files
...
Generate the manpages from org-documents which makes it a bit easier to
keep them update to date since I find org-syntax easier than troff, and
we can use include files.
2022-12-29 10:41:16 +02:00
c5e0faea40
build: bump version to 1.9.8
2022-12-24 15:28:46 +02:00
33211e0889
build: require emacs >= 26.3
...
Probably already implied, but let's make this explicit
2022-12-20 20:59:59 +02:00
96b208d712
build: bump meson requirement to 56.0
...
We need some of the new functionality in the near-future.
Fix build warnings.
2022-12-19 23:01:16 +02:00
f3b3a5cf91
build: bump version to 1.9.7
2022-12-15 00:06:56 +02:00
5acb824181
build: bump version to 1.9.6
2022-12-11 15:39:55 +02:00
f5ce9abf71
build: bump version to 1.9.5
...
And update NEWS.org.
2022-12-10 19:56:19 +02:00