diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-05-16 01:05:25 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-05-27 00:07:30 +0200 |
commit | 7d50d83ab52148285c642158bd57bdd18a1ee6d4 (patch) | |
tree | 59ea2f247292d59ce8e5a2341165a5d6be440092 /Changelog | |
parent | b59e3b1416c54a2ce8be7f4aaa9c04ff52ff65a9 (diff) |
interimap: accept C-style escape sequences in 'list-mailbox'.
This is useful for defining names containing control characters (incl.
\0 for unspecified hierarchy delimiter).
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,8 @@ interimap (0.5) upstream; + * interimap: the space-speparated list of names and/or patterns in + 'list-mailbox' can now contain C-style escape sequences (backslash + and hexadecimal escape). + interimap: write which --target to use in --delete command suggestions. - libinterimap: bugfix: hierarchy delimiters in LIST responses were @@ -11,6 +14,9 @@ interimap (0.5) upstream; - libinterimap: quote() the empty string as "" instead of a 0-length literal. (This saves 3 bytes + one round-trip on servers not supporting non-synchronizing literals, and 4 bytes otherwise.) + - interimap: unlike what the documentation said, spaces where not + allowed in the 'list-select-opts' configuration option, so at maximum + one selector could be used for the initial LIST command. -- Guilhem Moulin <guilhem@fripost.org> Fri, 10 May 2019 00:58:14 +0200 |