diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2005-07-03 16:16:00 +0000 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2005-07-03 16:16:00 +0000 |
commit | 14e75f15c71ff2646ba656ffc1b321ab6dce486e (patch) | |
tree | b49110a1afa281494cb0e6e94be10fb977a4d167 /mail/Makefile | |
parent | fa4f1f8cba36769837bcf0a5e1db025039b1368b (diff) | |
download | FreeBSD-ports-14e75f15c71ff2646ba656ffc1b321ab6dce486e.zip FreeBSD-ports-14e75f15c71ff2646ba656ffc1b321ab6dce486e.tar.gz |
Add cyrus2maildir.
Convert a single mailbox from Cyrus-Imap into the Maildir++
format used by the Courier-IMAP and Dovecot IMAP servers.
PR: 82478
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
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 85dbbde..519888a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -52,6 +52,7 @@ SUBDIR += cvsmail SUBDIR += cyrus-imapd2 SUBDIR += cyrus-imapd22 + SUBDIR += cyrus2courier SUBDIR += dbmail SUBDIR += dcc-dccd SUBDIR += delatt |