diff options
-rw-r--r-- | debian/interimap.NEWS | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/debian/interimap.NEWS b/debian/interimap.NEWS index 6429365..24078c9 100644 --- a/debian/interimap.NEWS +++ b/debian/interimap.NEWS @@ -1,12 +1,14 @@ interimap (0.5-1) UNRELEASED; urgency=medium - interimap(1) uses a new database schema. Existing databases will be - automatically upgraded if needs be. + 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 '\x00') should be used instead. Use - for instance "ignore-mailbox = ^virtual(?:\x00|$)' in order to exclude the - mailbox 'virtual' as well as its descendants, regardless of which hierarchy - delimiter is used. + 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 20:10:38 +0100 + -- Guilhem Moulin <guilhem@debian.org> Wed, 13 Nov 2019 23:27:07 +0100 |