From 7ef01600e4ced11830d3f7a778297276f4ba5878 Mon Sep 17 00:00:00 2001 From: jylefort Date: Tue, 1 Nov 2005 12:42:02 +0000 Subject: Add mbox2mdir. mbox2mdir is a small program to convert mail stored in UNIX mbox format to qmail's Maildir format. It can (optionally) also truncate the source mbox file upon successful conversion. I use it to move mail delivered by /bin/mail or sendmail to qmail Maildir folders, but of course there are many other possible uses for it. WWW: http://sageshome.net/oss/mbox2mdir.php PR: ports/88245 Submitted by: Jose Alonso Cardenas Marquez --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index b7e28b65f041..dfeb7aeb5b67 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -192,6 +192,7 @@ SUBDIR += masqmail-devel SUBDIR += mavbiff SUBDIR += mb2md + SUBDIR += mbox2mdir SUBDIR += mboxcheck-applet SUBDIR += mboxgrep SUBDIR += mboxstats -- cgit