blob: 24078c9cbf33b8c14dde46e3dbf6a4a6e723c88a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
interimap (0.5-1) UNRELEASED; urgency=medium
This release introduces a new database schema; the next interimap(1) run
will automatically upgrade its existing DB.
The hierarchy delimiter SHOULD NOT be hardcoded in the configuration file
anymore. Null characters, escaped as '\0' or '\x00', should be used
instead. This is a MUST NOT for the "ignore-mailbox" setting, as "^foo/"
won't match the children of mailbox "foo" anymore, even when the hierarchy
delimiter is '/'. Use "ignore-mailbox = ^foo(?:\x00|$)" instead in order
to exclude mailbox "foo" as well as its descendants (regardless of which
hierarchy delimiter is used).
-- Guilhem Moulin <guilhem@debian.org> Wed, 13 Nov 2019 23:27:07 +0100
|