]> git.g-eek.se Git - interimap.git/commitdiff
Improve wording.
authorGuilhem Moulin <guilhem@fripost.org>
Thu, 30 May 2019 18:52:50 +0000 (20:52 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Thu, 30 May 2019 18:52:50 +0000 (20:52 +0200)
Changelog

index c1e996cfe65e9c6622ea0066d5e9f6592bc02e8e..49f49d9677ccc02b05e6b36b78bc05e991e6e906 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -38,7 +38,8 @@ interimap (0.5) upstream;
    character (backslash in this case).
  - libinterimap: the parser choked on responses with non-quoted/literal
    astring containing ']' characters.  And LIST responses with
-   non-quoted/literal list-mailbox names '%', '*' or ']' characters.
+   non-quoted/literal list-mailbox names containing '%', '*' or ']'
+   characters.
  - 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.)