Re-phrase the TODO list and add a new task.

This commit is contained in:
Daniel Spiljar 2023-02-08 10:50:02 +01:00
parent 50316df104
commit 3db6edf467
Signed by: dspiljar
GPG Key ID: A32CE9C59D8003B5
1 changed files with 15 additions and 13 deletions

28
TODO.md
View File

@ -1,21 +1,23 @@
- [x] ignore .overview when grepping Gnus folders
- [x] implement inverted matching
- [x] re-implement recursive search through directories
- [ ] implement literal date matching
- [x] inverted matching
- [x] recursive search through directories
- [ ] literal date matching
- [x] write Texinfo documentation
- [x] implement writing selected messages to a new folder
- [x] implement deleting selected messages
- [ ] add support for config files
- [x] add support for reading messages from stdin
- [x] add support for compressed mbox folders
- [x] writing selected messages to a new folder
- [x] deleting selected messages
- [ ] support for config files
- [x] support for reading messages from stdin
- [x] support for compressed mbox folders
- [ ] make use of lockfile library
- [ ] make use of Solaris' maillock library
- [x] provide possibility to use flock() instead of fcntl()
- [ ] provide national language support with gettext()
- [x] allow run-time selection of file locking method
- [ ] make mboxgrep understand MIME
- [ ] provide national language support with gettext()
- [ ] MIME support
- [x] enable removing duplicate messages w/ MD5 checksums
- [ ] add checking for conflicting command-line options
- [ ] add support for GnuPG
- [x] add support for bzip2 compression
- [ ] add support for mail folder conversion
- [ ] support for GnuPG
- [x] support for bzip2 compression
- [ ] support for XZ-format compression
- [ ] support for mail folder conversion
- [ ] support for deletion of messages after being matched and displayed