diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-02 18:26:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-02 18:26:49 +0000 |
commit | f0cc09c6860e1a527524cb44473a9db106aea5cb (patch) | |
tree | 7301c5e5e0b96ea54160a1e53f3d0dcebfecd802 /mail/Makefile | |
parent | 3b21c2bc0114d69baba05aed0419bbf46ccea693 (diff) |
Larch is a tool to copy messages from one
IMAP server to another quickly and safely.
It's smart enough not to copy messages that
already exist on the destination and robust
enough to deal with interruptions caused by
flaky connections or misbehaving servers.
WWW: https://github.com/rgrove/larch
PR: ports/158389
Submitted by: Eric Freeman <freebsdports@chillibear.com>
Notes
Notes:
svn path=/head/; revision=282815
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 6dd469969b15..769e21cf83e9 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -608,6 +608,7 @@ SUBDIR += ruby-rfilter SUBDIR += ruby-rmail SUBDIR += rubygem-actionmailer + SUBDIR += rubygem-larch SUBDIR += rubygem-mail SUBDIR += rubygem-mailfactory SUBDIR += rubygem-pony |