(emh-setup-mh-draft-setting): Call `eword-decode-header' before
[elisp/emh.git] / README.en
1 [README for EMH package (English Version)]
2
3 What's EMH?
4 ===========
5
6   EMH is a extender for mh-e to provide MIME feature using SEMI.  It
7   requires SEMI 1.8 API based MIME processing module, so please get
8   and install such kind of MIME processing module such as SEMI 1.8.0
9   or later at first.
10
11
12 Installation
13 ============
14
15         % make install
16
17   You can specify the emacs command name, for example
18
19         % make install EMACS=xemacs
20
21   If `EMACS=...' is omitted, EMACS=emacs is used.
22
23   You can specify the prefix of the directory tree for Emacs Lisp
24   programs and shell scripts, for example:
25
26         % make install PREFIX=~/
27
28   If `PREFIX=...' is omitted, the prefix of the directory tree of the
29   specified emacs command is used (perhaps /usr/local).
30
31   You can specify site-lisp directory, for example
32
33         % make install LISPDIR=~/share/emacs/lisp
34
35   If `LISPDIR=...' is omitted, site-lisp directory of the specified
36   emacs command is used (perhaps /usr/local/share/emacs/site-lisp or
37   /usr/local/lib/xemacs/site-lisp).
38
39   If the emu modules (included in APEL package) have been installed in
40   the non-standard directory, you should specify where they will be
41   found, for example:
42
43         % make install VERSION_SPECIFIC_LISPDIR=~/elisp
44
45   You can specify other optional settings by editing the file
46   emh/EMH-CFG.
47
48
49 Initialization
50 ==============
51
52   Please insert the following into your ~/.emacs:
53
54         (load "mime-setup")
55
56   or
57
58         (load "emh-setup")
59
60   emh-setup sets up only for emh, mime-setup sets up for other MUAs.
61
62
63 Documentation
64 =============
65
66   To get started, please read documents of SEMI.
67
68   RFC's 822, 1524, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and
69   2049 are available via anonymous ftp:
70
71         ftp://ftp.merit.edu/internet/documents/rfc/
72
73
74 Mailing lists
75 =============
76
77   If you write bug-reports and/or suggestions for improvement, please
78   send them to the tm Mailing List:
79
80         bug-tm-en@chamonix.jaist.ac.jp  (English)
81         bug-tm-ja@chamonix.jaist.ac.jp  (Japanese)
82
83   Via the tm ML, you can report EMH bugs, obtain the latest release of
84   EMH, and discuss future enhancements to EMH.  To join the tm ML,
85   send e-mail to
86
87         tm-ja-admin@chamonix.jaist.ac.jp        (Japanese)
88         tm-en-admin@chamonix.jaist.ac.jp        (English)
89
90   Since the user registration is done manually, please write the mail
91   body in human-recognizable language (^_^).
92
93
94 CVS based development
95 =====================
96
97   If you would like to join CVS based development, please send mail to
98
99         cvs@chamonix.jaist.ac.jp
100
101   with your account name and UNIX style crypted password.  We hope you 
102   will join the open development.