diff options
| author | Sam Varshavchik | 2018-11-17 09:21:02 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2018-11-17 09:21:02 -0500 |
| commit | 4178f459ddb72d81c3f1256d83992aee2f5b166e (patch) | |
| tree | f2172f33b5b3e25309f27db8a62b4ad47a7953ac | |
| parent | 9c3a46b280abc39acd4fc8d34f5745dde154c9a0 (diff) | |
| download | courier-libs-4178f459ddb72d81c3f1256d83992aee2f5b166e.tar.bz2 | |
Add changelog documentation.
| -rw-r--r-- | imap/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog index d39507c..8b38a55 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -5,6 +5,16 @@ * pop3dserver.c (calcsize): Fix spurious flagging of non-UTF8 messages as UTF-8. + To fix existing mailboxes with erroneously-flagged messages. In + each mailbox, if its existing courierpop3dsizelist file starts with + + /3 [followed by additional data] + + Only if the first line in courierpop3dsizelist starts with /3, then + execute: + + perl -p -i -e 's/:\d+$/:0/' courierpop3dsizelist + 2018-11-16 Sam Varshavchik <mrsam@courier-mta.com> * pop3dserver.c (readpop3dlist): Be able to update |
