diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-21 01:14:54 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-21 01:14:54 +0000 |
commit | 623f3ba4be671de1624af9f448c3257db5abca6c (patch) | |
tree | 9c624e80b20f0a3b5d2aa08e2a450890e30f405f /CHANGELOG | |
parent | e07cdd7a2b25c2760d00beeceac59325c5e809a7 (diff) | |
download | archivemail-623f3ba4be671de1624af9f448c3257db5abca6c.tar.gz archivemail-623f3ba4be671de1624af9f448c3257db5abca6c.tar.bz2 archivemail-623f3ba4be671de1624af9f448c3257db5abca6c.zip |
Getting ready for release of version 0.4.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ -Version 0.4.1 - ??? +Version 0.4.1 - 21 April 2002 * 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 @@ -9,6 +9,9 @@ Version 0.4.1 - ??? * 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. + * Changed from using the mailbox.PortableUnixMailbox class to read mbox + mailboxes to the mailbox.UnixMailbox class. This fixes bugs where unquoted + 'From ' lines in the body of messages were confusing archivemail. Version 0.4.0 - 17 April 2002 * Added an option --no-compress to make archives but not compress them with |