From efc6f92cdb28fe39b91a1be92600f1dd1c22a0f1 Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Fri, 13 Sep 2024 15:54:50 +0200 Subject: [PATCH] Update the TODO list. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index a51248c..6fb2633 100644 --- a/TODO.md +++ b/TODO.md @@ -15,6 +15,7 @@ - [x] reading messages from standard input - [x] run-time selection of file locking method - [x] add a debug function +- [ ] Remove the option to recursively traverse directories and instruct the users to run mboxgrep in conjuction with find(1) instead. ## File formats, encodings and standards @@ -28,6 +29,7 @@ - [ ] support for mail folder conversion - [ ] improve error detection when a directory is not a Maildir or MH folder - [ ] document criteria for folder format detection +- [ ] Maildir: check if an atomic rename() fails. This could be caused if "new" and "cur" subdirectories are not on the same filesystem, for example. ## Miscellaneous