diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-19 07:12:49 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-19 07:12:49 +0000 |
commit | 1bd93b6d0820dd9c32668e2851d33d812db0476f (patch) | |
tree | d378b5b3951b6eec3545d0e326a07cea13dcea9f /CHANGELOG | |
parent | 0cee3de4e7f815eb549335348d8cd3f263c67c84 (diff) | |
download | archivemail-1bd93b6d0820dd9c32668e2851d33d812db0476f.tar.gz archivemail-1bd93b6d0820dd9c32668e2851d33d812db0476f.tar.bz2 archivemail-1bd93b6d0820dd9c32668e2851d33d812db0476f.zip |
Got ready for release of version 4.1 in a couple of days.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ + +Version 0.4.1 - ??? + * Don't archive messages that are flagged important unless we are given the + --include-flagged option. + * Fixed a bug where when archiving messages from maildir mailboxes, we were + not preserving the status information contained in the filename suffix to + Status and X-Status mbox headers. This means we forgot if we had read or + replied to the message. + * We now complain if an mbox-format mailbox that is being read changes in + size -- this should not happen, since we have locked these files, but it + is a good sanity check. + Version 0.4.0 - 17 April 2002 * Added an option --no-compress to make archives but not compress them with gzip. |