From 882a38f908e66e3b8d1c6459f4bb82e590ec721f Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Wed, 1 Mar 2023 14:08:15 +0100 Subject: [PATCH] Refinement of the TODO list. --- TODO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 3c35be8..a82e839 100644 --- a/TODO.md +++ b/TODO.md @@ -10,7 +10,8 @@ - [x] recursive search through directories - [x] writing selected messages to a new folder - [x] deleting selected messages -- [ ] literal date matching +- [ ] basic time and date matching +- [ ] more advanced time and date matching, with strings such as "yesterday" - [x] reading messages from standard input - [x] run-time selection of file locking method - [x] add a debug function @@ -24,6 +25,8 @@ - [ ] support for XZ-format compression - [ ] support for mail folder conversion - [ ] use a more modern hash function than MD5 +- [ ] improve error detection when a directory is not a Maildir or MH folder +- [ ] document criteria for folder format detection ## Miscellaneous