Update the TODO list.

This commit is contained in:
Daniel Spiljar 2024-09-13 15:54:50 +02:00
parent 191b24433f
commit efc6f92cdb
Signed by: dspiljar
GPG Key ID: A32CE9C59D8003B5

View File

@ -15,6 +15,7 @@
- [x] reading messages from standard input - [x] reading messages from standard input
- [x] run-time selection of file locking method - [x] run-time selection of file locking method
- [x] add a debug function - [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 ## File formats, encodings and standards
@ -28,6 +29,7 @@
- [ ] support for mail folder conversion - [ ] support for mail folder conversion
- [ ] improve error detection when a directory is not a Maildir or MH folder - [ ] improve error detection when a directory is not a Maildir or MH folder
- [ ] document criteria for folder format detection - [ ] 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 ## Miscellaneous