diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 20:03:31 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 20:11:13 +0100 |
commit | 8f96256d9dd011ac63395c435a730002faa2f25d (patch) | |
tree | 61277f5d98e29457cf9381e7cace0e5a38c3b0e6 /debian | |
parent | d3ec7d040b6963ac50417a894e314eca0def38d2 (diff) |
interimap: Add NEWS file to emphasize breaking changes.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/interimap.NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/interimap.NEWS b/debian/interimap.NEWS new file mode 100644 index 0000000..6429365 --- /dev/null +++ b/debian/interimap.NEWS @@ -0,0 +1,12 @@ +interimap (0.5-1) UNRELEASED; urgency=medium + + interimap(1) uses a new database schema. Existing databases will be + automatically upgraded if needs be. + + 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. + + -- Guilhem Moulin <guilhem@debian.org> Wed, 13 Nov 2019 20:10:38 +0100 |