blob: 736ec92fc7e979b6f938c4a387347ab177692dc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Mew is a "Message interface to Emacs Window" to integrate
- electronic mail
- NetNews
- MIME(Multipurpose Internet Mail Extensions)
- PEM(Privacy Enhanced Mail)
- PGP(Pretty Good Privacy)
and to make it easy to view and compose them. With Mew you can send a
picture of a birthday cake with the song "Happy Birthday to you" to your
friend, which is encrypted by strong cryptograph.
Info path and elisp load path would be set as follows :
Info path - /usr/local/info
load path - /usr/local/share/emacs/site-lisp/mew
You must be setting your own environment:
1st - Do "inc" in your home directory
2nd - Set up "~/.mh_profile" correctry
3rd - make "~/Mail/scan.form" correctry
4th - make directory "~/Mail/drafts"
5th - Set up "~/.emacs" correctry
(See info by C-h i and selecting "Mew", "Install" and "User" ).
Sample files for those above are in /usr/local/share/examples/mew.
Most easy going way to install user environment is to execute
/usr/local/share/examples/mew/user-install on your home directory. You can
easily set up your mail environment interactively.
If you have installed correctly, type "M-x mew", then you can see Mew
greeting messages and little while later ready to use. Enjoy!
- Kiriyama Kazuhiko
kiri@kiri.toba-cmt.ac.jp
|