diff options
author | Andreas Metzler <ametzler@bebt.de> | 2020-05-29 22:50:16 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-29 23:06:54 +0100 |
commit | 361615d1e97b82f4797381b749bc5977d7a1d66b (patch) | |
tree | 03fb1dacbe3bb445e57a7a8ef602173c08323966 /doc | |
parent | 5fbb51949cbd9765421c5832c2d391f80f8183e9 (diff) |
Fix format of maildir filenames. Bug 1329
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 62777266f..e8f704839 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -6,7 +6,9 @@ options, and new features, see the NewStuff file next to this ChangeLog. Since Exim version 4.94 ---------------------- -(none yet) +JH/01 Bug 1329: Fix format of Maildir-format filenames to match other mail- + related applications. Previously an "H" was used where available info + says that "M" should be, so change to match. Exim version 4.94 |