summaryrefslogtreecommitdiff
path: root/mail/mailest/pkg-message
blob: a2091370c90a578f01aa4a69d69e0414fe95e5c7 (plain) (blame)
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
[
{ type: install
  message: <<EOM
How to start

+ For existing `mewest` user, backup and/or delete the database
  (`~/Mail/casket`)

  - Since "mailestd" can work with the old database, so OK to skip deleting
    `~/Mail/casket`, but remark that `V` will not work against the mails
    which are indexed by `mewest`.   To make `V` work against them, delete
    the database in advance.

+ Add the below line to `.mew.el` to let Mew use "Hyper Estrairer" for
  search.

      ((setq mew-search-method 'est)

+ Add the below lines to `~/.emacs` use use the "mailest" instead of
  existing "mewest".

      (defvar mew-prog-est        "mew-mailest")
      (defvar mew-prog-est-update "mew-mailest")
      (defvar mew-prog-cmew       "cmew-mailest")
      (defvar mew-prog-smew       "smew-mailest")
      (defvar mew-id-db-file      ".mailest.sock")

+ Try `km`, `kM`, `k/`, `k?`, `V` in Mew.  See
  http://mew.org/en/info/release/mew_6.html#dbsearch for search commands
  in Mew.
EOM
}
]