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