From 51c5eb00ec3aa618e255969c6706f5724ad52105 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 11 Apr 2005 20:28:44 +0000 Subject: 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 --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') 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 -- cgit