diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-04 02:41:37 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-04 02:41:37 +0000 |
commit | 1ed695b748f0c53dea845231e3fd03ec1186ee3f (patch) | |
tree | dcc702ac259dcc7290a83ef3f269e0f2b50b3f7f /TODO | |
parent | 8bc23385dca01b161b1c03cc162587225f40bd0f (diff) | |
download | archivemail-1ed695b748f0c53dea845231e3fd03ec1186ee3f.tar.gz archivemail-1ed695b748f0c53dea845231e3fd03ec1186ee3f.tar.bz2 archivemail-1ed695b748f0c53dea845231e3fd03ec1186ee3f.zip |
Since we might not have a parse-able 'Date-Received' or 'Date' field,
use 5 different ways to guess the date of a message.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,12 +1,9 @@ -Goals for next minor release (0.2.1): +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 -* Change archivemail so that if a message has no valid 'Date' or - 'Delivery-Date' header, don't get upset -- try to make do. - (Esp. if we are using a maildir or MH folder -- use the file timestamp) Goals for next major release (0.3.0): ------------------------------------- |