diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2005-07-04 00:16:00 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2005-07-04 00:16:00 +0800 |
commit | 14e75f15c71ff2646ba656ffc1b321ab6dce486e (patch) | |
tree | b49110a1afa281494cb0e6e94be10fb977a4d167 /mail/Makefile | |
parent | fa4f1f8cba36769837bcf0a5e1db025039b1368b (diff) | |
download | freebsd-ports-gnome-14e75f15c71ff2646ba656ffc1b321ab6dce486e.tar.gz freebsd-ports-gnome-14e75f15c71ff2646ba656ffc1b321ab6dce486e.tar.zst freebsd-ports-gnome-14e75f15c71ff2646ba656ffc1b321ab6dce486e.zip |
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 85dbbdeba624..519888ab0203 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 |