2023-03-08 14:19:20 +00:00
|
|
|
# mboxgrep - selects e-mail messages matching a pattern
|
|
|
|
|
|
|
|
`mboxgrep` is a `grep(1)`-like tool which scans mailboxes and selects
|
2023-05-18 11:43:09 +00:00
|
|
|
e-mail messages matching a pattern.
|
2018-10-04 19:28:05 +00:00
|
|
|
|
|
|
|
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
|
2023-01-25 17:02:09 +00:00
|
|
|
dspiljar AT datatipp.se. Bug reports, feature requests and flames
|
2018-10-04 19:28:05 +00:00
|
|
|
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.
|
|
|
|
|
2023-03-08 14:19:20 +00:00
|
|
|
For build instructions, read the file `INSTALL.md`, and run
|
2023-01-25 17:02:09 +00:00
|
|
|
`./configure --help`.
|
2023-03-03 21:49:48 +00:00
|
|
|
|
2023-03-08 14:19:20 +00:00
|
|
|
This project aims to follow the [GNU coding style](https://www.gnu.org/prep/standards/html_node/Formatting.html),
|
|
|
|
at least loosely. The code should be indented with `indent -gnu -nut -ppi2`.
|