diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 06:09:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 06:09:21 +0000 |
commit | a928f1a1ae734c08876020001c8a96ce1a8f99eb (patch) | |
tree | fc8e2c71a0267e11f2b32c96cca1b59a8a268dee /mail/Makefile | |
parent | 31e8f0bdcd0f850708cd6797be3f215691e7b620 (diff) |
New port: mb2md - Converts mbox mailboxes to Maildir
This is a Perl script that reads a directory of Mbox format
mailboxes and converts them to Maildir format.
Some details of this are to suit Courier IMAP's naming
conventions for Maildir mailboxes.
PR: ports/53537
Submitted by: Andy Gilligan <andy@evo6.org>
Notes
Notes:
svn path=/head/; revision=90753
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 e544d6a1de81..2dcbfb89619c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -139,6 +139,7 @@ SUBDIR += majorcool SUBDIR += majordomo SUBDIR += mavbiff + SUBDIR += mb2md SUBDIR += mboxgrep SUBDIR += mbx2mbox SUBDIR += mess822 |