Daniel Spiljar
ee2489483b
C source files (with the exception of third-party files, i.e. getopt and md5) have been indented with GNU indent. The indentation "standard" has been documented in the readme file.
19 lines
775 B
Markdown
19 lines
775 B
Markdown
mboxgrep - displays 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", and run
|
|
`./configure --help`.
|
|
|
|
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.
|