aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-09-15 06:14:57 +0000
committerPaul Rodger <paul@paulrodger.com>2002-09-15 06:14:57 +0000
commit3939c4851857a3691ea7d6689009d633769af642 (patch)
tree453ed11be16d9514a321eda9933762c0ff350990 /TODO
parent5264ab35cdf5c3f0aca660f3d5e3ed52290e6007 (diff)
downloadarchivemail-3939c4851857a3691ea7d6689009d633769af642.tar.gz
archivemail-3939c4851857a3691ea7d6689009d633769af642.tar.bz2
archivemail-3939c4851857a3691ea7d6689009d633769af642.zip
Fixed a bug where mailbox locking would fail under Solaris, also fixed
a bug where archiving maildir mailboxes without a 'Received Date' or 'From' header would fail. Removed another assert() statement that would crash on the unix epoch.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index 2f3dc0a..6c0e386 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-Goals for next minor release (0.5.0):
+Goals for next minor release (0.5.1):
-------------------------------------
* When you get a file-not-found in the 6th mailbox of 10, it aborts the whole
run. Better to fail gracefully and keep going.
@@ -21,7 +21,3 @@ Longer Term goals:
- is this a good idea?
* Add option to archive depending on number of messages
- is this a good idea?
-* Test for missing compression programs
- - is this a waste of time?
-* IMAP support
- - is this outside our scope?