MEW-MAILEST(1) General Commands Manual MEW-MAILEST(1)

NAME

mew-mailest, cmew-mailest smew-mailestmailest wrapper programs for Mew

SYNOPSIS

mew-mailest search [-vu] [-max max] [-ord ord] [-ic ic] [-attr attr] phrase

mew-mailest [-s suffix] [-m maildir] [folder]

cmew-mailest

smew-mailest [-pch] message-id [db] [mydir]

DESCRIPTION

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.

EXAMPLES

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")

SEE ALSO

mailestctl(1)

AUTHORS

The mew-mailest program was written by YASUOKA Masahiko <yasuoka@yasuoka.net>.
April 4, 2015 OpenBSD 6.3