diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-11-01 20:42:02 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-11-01 20:42:02 +0800 |
commit | 7ef01600e4ced11830d3f7a778297276f4ba5878 (patch) | |
tree | 1f9de2f337e66efa76e9661025398768cb548720 /mail/Makefile | |
parent | d20b798fe42ae91f7dbc939859124bfd195cbb7d (diff) | |
download | freebsd-ports-gnome-7ef01600e4ced11830d3f7a778297276f4ba5878.tar.gz freebsd-ports-gnome-7ef01600e4ced11830d3f7a778297276f4ba5878.tar.zst freebsd-ports-gnome-7ef01600e4ced11830d3f7a778297276f4ba5878.zip |
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 <acardenas@bsd.org.pe>
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 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 |