Port details on branch 2025Q1 |
- mailest Hyper Estraier backend for Mew
- 0.9.24_21 mail
=0 0.9.24_21Version of this port present on the latest quarterly branch. - Maintainer: hrs@FreeBSD.org
 - Port Added: 2025-02-25 02:30:21
- Last Update: 2025-02-25 02:25:41
- Commit Hash: 7381060
- License: BSD2CLAUSE BSD3CLAUSE ISCL LGPL21
- WWW:
- https://github.com/yasuoka/mailest
- Description:
- mailest provides a search backend and id index database for
Mew using Hyper Estraier.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/mailest/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/mailest
- pkg install mailest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mailest
- Package flavors (<flavor>: <package>)
- full: mailest
- canna: mailest-emacs_canna
- nox: mailest-emacs_nox
- wayland: mailest-emacs_wayland
- devel_full: mailest-emacs_devel
- devel_nox: mailest-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1551690246
SHA256 (yasuoka-mailest-mailest-0.9.24_GH0.tar.gz) = b06beea38d2a6345da30e84a07cc7f4149b86e07a6e8473969dbf59a757977aa
SIZE (yasuoka-mailest-mailest-0.9.24_GH0.tar.gz) = 173417
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- fakeroot : security/fakeroot
- Runtime dependencies:
-
- mew>0 : mail/mew@full
- emacs-30.1 : editors/emacs@full
- Library dependencies:
-
- libevent.so : devel/libevent
- libqdbm.so : databases/qdbm
- libestraier.so : textproc/hyperestraier
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_mailest
- USES:
- emacs:run fakeroot iconv
- pkg-message:
- For install:
- 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.
- Master Sites:
|