mboxgrep/TODO.md

24 lines
974 B
Markdown
Raw Normal View History

2023-01-25 17:09:17 +00:00
- [x] ignore .overview when grepping Gnus folders
- [x] inverted matching
- [x] recursive search through directories
- [ ] literal date matching
2023-01-25 17:09:17 +00:00
- [x] write Texinfo documentation
- [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
2023-01-25 17:09:17 +00:00
- [ ] make use of lockfile library
- [ ] make use of Solaris' maillock library
- [x] provide possibility to use flock() instead of fcntl()
- [x] allow run-time selection of file locking method
- [ ] provide national language support with gettext()
- [ ] MIME support
2023-01-25 17:09:17 +00:00
- [x] enable removing duplicate messages w/ MD5 checksums
- [ ] add checking for conflicting command-line options
- [ ] 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