diff options
author | pav <pav@FreeBSD.org> | 2005-04-12 04:28:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-12 04:28:44 +0800 |
commit | 51c5eb00ec3aa618e255969c6706f5724ad52105 (patch) | |
tree | 6d6342da6da7f873512b164d59069d11a023aa9f /mail/Makefile | |
parent | 23d170679ef025259a49d5326a0cf1152c20cd89 (diff) | |
download | freebsd-ports-gnome-51c5eb00ec3aa618e255969c6706f5724ad52105.tar.gz freebsd-ports-gnome-51c5eb00ec3aa618e255969c6706f5724ad52105.tar.zst freebsd-ports-gnome-51c5eb00ec3aa618e255969c6706f5724ad52105.zip |
nmzmail is a tool to use the namazu2 search engine from within the mutt mail
reader to search mail stored in maildir folders. Based on the result of the
namazu query, nmzmail generates a maildir folder containing symbolic links to
the mails matching the query. A simple mutt macro makes easy to use nmzmail
from within mutt.
PR: ports/76102
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 13a4200b3f8e..29105e8a5b9c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -226,6 +226,7 @@ SUBDIR += nbsmtp SUBDIR += newmail SUBDIR += nmh + SUBDIR += nmzmail SUBDIR += noattach SUBDIR += nocc SUBDIR += nohtml |