diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-17 06:26:31 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-17 06:26:31 +0000 |
commit | ee9757de78385963d633ee80551252f466f72d46 (patch) | |
tree | 653f556175f36a3d3645112eec50aed2a646a22a /CHANGELOG | |
parent | 21193abf5ef9343271939261f6ab6b631f9620d4 (diff) | |
download | archivemail-ee9757de78385963d633ee80551252f466f72d46.tar.gz archivemail-ee9757de78385963d633ee80551252f466f72d46.tar.bz2 archivemail-ee9757de78385963d633ee80551252f466f72d46.zip |
Added an option '--no-compress' if you don't want gzipped archives.
Added an option '--preserve-unread' to always preserved (don't archive)
unread messages.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ -Version 0.3.1 - 13 April 2002 +Version 0.4.0 - 17 April 2002 + * Added an option --no-compress to make archives but not compress them with + gzip. + * Added an option --preserve-unread to not archive unread messages. + * Added a few more unittests. + +Version 0.3.2 - 13 April 2002 * Added a lot more information to the manpage, including examples and notes. * Fixed up the README file and archivemail usage message. |