A tool to select email messages matching a pattern from a mailbox https://mboxgrep.org/
Go to file
Daniel Spiljar 654d98cbb4
Fix multiple compilation errors and memory leaks.
- Rename malloc_message() because it was causing a compilation error on
  FreeBSD.
- Use correct type as a return from gzdopen().
- Memory allocation, header file includes, etc.
2023-02-10 16:54:39 +01:00
contrib Initial import into the new git repository. Back from the dead! 2018-10-04 21:28:05 +02:00
doc Update of version number and copyright notices. 2023-01-26 22:14:55 +01:00
src Fix multiple compilation errors and memory leaks. 2023-02-10 16:54:39 +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
ChangeLog Bump to version 0.7.10 and import of changes that have been made between 2018-10-04 22:07:27 +02: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 Bump to version 0.7.10 and import of changes that have been made between 2018-10-04 22:07:27 +02:00
README.md Email address obfuscation, markdown formatting. 2023-01-25 18:03:45 +01:00
TODO.md Re-phrase the TODO list and add a new task. 2023-02-08 10:50:02 +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.