Copy enough characters up to the encoding
[infodrom/newmail] / README
1 nemail is a small program that puts itself in the background and
2 watches mailboxes in order to report when new mail has been arrived.
3 This will be reported on the terminal it was started.  The output can
4 also be integrated in graphical programs.
5
6 This package was inspired by the Elm component newmail.  The Elm Mail
7 System was a great mail program until Michael Elkins started writing
8 Mutt which quickly became faster, more flexible and easier to use.
9 However, there has been no replacement for the ``newmail'' program
10 which is subject of this package.
11
12 Due to the Elm license which is not compatible with the GNU General
13 Public License (GPL) it was not possible to combine the old code with
14 code licensed under the GNU GPL.  As a result this project had to be
15 started from scratch.
16
17 Many thanks go to the Elm Development Group who have provided me with
18 a great mail program for several years.  Many thanks to Dave Taylor
19 who started the program back in 1986 and has even moved away from
20 programming altogether.
21
22
23 Installation
24 ------------
25
26 On a GNU/Linux system running 'make' as user and 'make install' as
27 root is sufficient.  If you don't want to install the program in /usr
28 install it with 'make prefix=/usr/local install'.
29
30 On other systems you may have to tweak the code a little bit since
31 some include files may not be present on these systems.  Feel free to
32 contact the author with details.
33
34 Automake (and thus configure) is not used intentionally.
35
36
37 More Information
38 ----------------
39
40 I have set up a couple of web pages describing the newmail package and
41 will publish additional information that may be useful to newmail
42 users.  Please check out:
43
44              <http://www.infodrom.org/projects/newmail/>
45
46 There is a mailing list set up on lists.infodrom.org that deals with
47 development and discussions of the newmail utility.  If you have
48 questions or suggestions please subscribe to the list and post there.
49
50 The source code for this package is also available through anonymous
51 CVS at :pserver:anonymous@cvs.infodrom.org:/var/cvs/infodrom using the
52 module newmail.  Accessing this is described in detail at the web
53 pages mentioned above.
54
55 Please don't contact me personally if you don't have confidential
56 questions or information.  Please use the mailing list from above
57 instead.  Using the mailing list has a couple of advantages.  Your
58 question and comments are archived publically and properly so they can
59 be used later as well.  As another bonus somebody else than me could
60 answer a question, hence not incrementing my workload and it's more
61 difficult to forget about it.
62
63 The submission address for the mailing list is:
64
65                  infodrom-newmail@lists.infodrom.org
66
67 To subscribe, send a mail to majordomo@lists.infodrom.org with the
68 body "subscribe infodrom-newmail" -- or send a mail to SmartList at
69 infodrom-newmail-request@lists.infodrom.org with the subject
70 "subscribe".
71
72 Good luck!
73 Enjoy the software!
74
75 Joey Schulze
76 joey@infodrom.org