A tool to select email messages matching a pattern from a mailbox https://mboxgrep.org/
Go to file
Daniel Spiljar ee2489483b
Code cleanup and indentation.
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.
2023-03-07 16:51:33 +01:00
contrib Markdown conversion, email address obfuscation. 2023-02-17 23:37:35 +01:00
doc Implement a debug mode ("--debug"). 2023-02-17 22:19:36 +01:00
src Code cleanup and indentation. 2023-03-07 16:51:33 +01:00
.gitignore Prevent tracking binaries and files generated from templates. 2023-02-10 17:13:22 +01:00
AUTHORS Bump to version 0.7.10 and import of changes that have been made between 2018-10-04 22:07:27 +02:00
COPYING.md Markdown conversions. 2023-01-25 15:47:37 +01:00
INSTALL Remove executable bit on C and text files. 2018-10-04 22:34:08 +02:00
Makefile.in Bump to version 0.7.10 and import of changes that have been made between 2018-10-04 22:07:27 +02:00
NEWS.md Updates to the news and todo list. 2023-02-23 12:59:33 +01:00
README.md Code cleanup and indentation. 2023-03-07 16:51:33 +01:00
TODO.md Refinement of the TODO list. 2023-03-01 20:53:15 +01:00
configure Bump to version 0.7.10 and import of changes that have been made between 2018-10-04 22:07:27 +02:00
configure.ac Bump to version 0.7.10 and import of changes that have been made between 2018-10-04 22:07:27 +02:00
install-sh Initial import into the new git repository. Back from the dead! 2018-10-04 21:28:05 +02:00
mboxgrep.lsm Update of contact information. 2018-10-04 22:32:37 +02:00

README.md

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.