remove msg-hook config option
[mmh] / README
1 Meillo's Mail Handler (mmh)
2 ===========================
3
4 Mmh is a modified version of the electronic mail handling system nmh.
5 Nmh (new MH) itself was originally based on the package MH-6.8.3, and
6 was intended to be a (mostly) compatible drop-in replacement for MH.
7 In contrast, mmh is not intended to be a drop-in replacement for nmh,
8 rather mmh breaks compatibility to nmh in order to modernize and
9 simplify it.
10
11 Mmh is small and simple; nmh is established and matured; MH is ancient.
12
13 Unfortunately, the usage of the terms `mmh' and `nmh' is not fully
14 consistent within the distribution.
15
16
17 Installing
18 ----------
19 See the INSTALL file.
20
21
22 Copying
23 -------
24 Mmh uses a BSD-style license, which can be found in the COPYRIGHT
25 file.
26
27
28 Users
29 -----
30 Start by reading the man page mmh-intro(7). It explains the first
31 steps. For convenience in the shell, have a look at the files
32 docs/COMPLETION-*. They give cookbook examples of how to set up mmh-
33 specific tab completion in your shell.
34
35
36 Developers
37 ----------
38 Information of interest to mmh developers can be found in the
39 README.developers file in the docs subdirectory of this distribution.
40 Markus Schnalke's master's thesis explains the existence, shape, and
41 focus of mmh. You should read it before working on mmh. If you're
42 hacking on the code, you should subscribe to mmh's mailing list. To
43 do so, send a message to <mmh-request@marmaro.de> with the subject
44 ``subscribe''.
45
46
47 Changes
48 -------
49 See the NEWS file for a summary of changes between releases. See
50 the ChangeLog file (which is included in releases as a static copy
51 of the VCS log) for a more detailed list of changes.
52
53
54 Bug reports
55 -----------
56 Please send bug reports and suggestions to the mailing list:
57 <mmh@marmaro.de>.
58
59
60 Acknowledgments
61 ---------------
62 The MH system was originally developed by the RAND Corporation,
63 starting in 1979. It was written mainly by Bruce S. Borden after
64 ideas in a memo by R. Stockton Gaines and Norman Z. Shapiro. In
65 1982, the University of California, Irvine took up maintenance of
66 the software, under the direction of Marshall T. Rose and John L.
67 Romine.
68
69 Nmh was started by Richard Coleman (coleman@math.gatech.edu) after
70 development on MH mostly stopped. He did the original autoconfiscation
71 and most of the other work up until version 1.0. Nmh is currently being
72 developed and maintained by a loosely organized group of volunteers.
73
74
75 More information
76 ----------------
77 There is more information in the docs subdirectory. Some of the
78 documents are historic, however.
79
80 The mmh website is located at <http://marmaro.de/prog/mmh/>.
81 Feel free to write to mmh's mailing list at <mmh@marmaro.de>
82 or contact Markus Schnalke <meillo@marmaro.de> directly.
83
84 (The nmh website is located at <http://nmh.nongnu.org/>.)