A tool to select email messages matching a pattern from a mailbox
https://mboxgrep.org/
Daniel Spiljar
c732d4f949
Clarify that the parameter to the "-o" switch is a MAILBOX instead of a FOLDER (which could be confused with an ordinary filesystem folder). Added per Roman Nezval's comment. |
||
---|---|---|
contrib | ||
doc | ||
src | ||
.gitignore | ||
AUTHORS | ||
configure.ac | ||
COPYING.md | ||
INSTALL.md | ||
Makefile.am | ||
mboxgrep.lsm | ||
NEWS.md | ||
README.md | ||
TODO.md |
mboxgrep - selects e-mail messages matching a pattern
mboxgrep
is a grep(1)
-like tool which scans mailboxes and selects
e-mail messages matching a pattern.
Full description of mboxgrep is contained in the documentation, which is provided both in manpage and texinfo format, to satisfy believers of both religions.
The author of mboxgrep is Daniel Spiljar, who can be reached via email dspiljar AT datatipp.se. Bug reports, feature requests and flames are welcome.
If you intend to bundle mboxgrep with an operating system (such as a GNU/Linux distrubution, for example), please drop me a line about it.
For build instructions, read the file INSTALL.md
, and run
./configure --help
.
This project aims to follow the GNU coding style,
at least loosely. The code should be indented with indent -gnu -nut -ppi2
.