diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-04 11:19:29 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-04 11:19:29 +0000 |
commit | 92e86986e5b3b2623ab44f9fc1aa49e0687e9bcf (patch) | |
tree | 47712984f2bb1f9a83b63185f0b405d7eb5061a8 /CHANGELOG | |
parent | 4ac9643118efe77fc96151b762c9c4594e95ed4f (diff) | |
download | archivemail-92e86986e5b3b2623ab44f9fc1aa49e0687e9bcf.tar.gz archivemail-92e86986e5b3b2623ab44f9fc1aa49e0687e9bcf.tar.bz2 archivemail-92e86986e5b3b2623ab44f9fc1aa49e0687e9bcf.zip |
Updated documentation and version number to reflect new version: 0.2.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,6 +1,15 @@ -Version 0.2.1 - 3 April 2002 +Version 0.2.1 - 4 April 2002 * Since we might not have a parse-able 'Date-Received' or 'Date' field, - use 5 different ways to guess the date of a message. + use 5 different ways to guess the date of a message. + * Removed the '--use-mtime' option since it is obsolete -- we will always + use the file modification time for the message if other date-parsing + methods fail. + * Check to see if we are running as root -- if so, change our + effective userid and groupid to that of the original mailbox. This will + make sure any archives or tempfiles we write have the same ownership and + will allow the root user to do "archivemail /var/spool/mail/*" + * Fixed a bug where if you ran 'archivemail.py foo/mbox' it would create + the archive file in the current directory instead of the directory 'foo'. Version 0.2.0 - 3 April 2002 * Added support for reading from MH mailboxes |