mew-mailest
,
cmew-mailest
smew-mailest
— mailest wrapper programs for Mew
mew-mailest |
search [-vu ] [-max
max] [-ord
ord] [-ic
ic] [-attr
attr] phrase |
mew-mailest |
[-s suffix]
[-m maildir]
[folder] |
smew-mailest |
[-pch ] message-id
[db] [mydir] |
The mew-mailest
,
cmew-mailest
, and
smew-mailest
provide the same functionalities of the
existing Mew programs (“mewest”,
“estcmd search”
“cmew” or
“smew”) by using
mailestctl(1)
program as the backend program.
To use the mew-mailest
by replacing the
existing programs of Mew, add following lines to
${HOME}/.emacs.
(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")