aboutsummaryrefslogtreecommitdiffstats
path: root/debian/interimap.NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'debian/interimap.NEWS')
-rw-r--r--debian/interimap.NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/interimap.NEWS b/debian/interimap.NEWS
new file mode 100644
index 0000000..24078c9
--- /dev/null
+++ b/debian/interimap.NEWS
@@ -0,0 +1,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