diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-08 13:39:03 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-08 13:39:03 +0000 |
commit | 35a9f14982ba752e26084cadfbef231ac96b1259 (patch) | |
tree | 11e917c2b82a3a89379680376239495920f73f98 /TODO | |
parent | 92e86986e5b3b2623ab44f9fc1aa49e0687e9bcf (diff) | |
download | archivemail-35a9f14982ba752e26084cadfbef231ac96b1259.tar.gz archivemail-35a9f14982ba752e26084cadfbef231ac96b1259.tar.bz2 archivemail-35a9f14982ba752e26084cadfbef231ac96b1259.zip |
We now preserve the last-accessed and last-modified timestamps correctly.
Fixed a bug where lockfiles were being created that were not
world-readable.
Made archivemail work better when used as a python module so it can
integrate better with unittest.
Renamed unittest script 'test_archivemail' instead of 'archivemail_test'
and added about 20 more tests.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ Goals for next minor release (0.2.2): ------------------------------------- -* Test exclusive locking works with another test process -* Perserve atime of original mailbox properly * Finish man page +* If a mailbox has a mode of 660, preserve it. + (Especially in /var/spool/mail with groupid of 'mail') Goals for next major release (0.3.0): ------------------------------------- |