diff options
author | seb <seb@pkgsrc.org> | 2003-12-27 16:54:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-12-27 16:54:06 +0000 |
commit | 588134cf911c2acc136c91bab8b707b8c7cbfda5 (patch) | |
tree | a5602f8f1d94b52f6668365fed1f001e291d0786 /mail/isync/PLIST | |
parent | d99a6e4327d1b7c54625261ef55818311ae29bdb (diff) | |
download | pkgsrc-588134cf911c2acc136c91bab8b707b8c7cbfda5.tar.gz |
Update to version 0.9.2.
Changes in version 0.9
Added Tunnel directive to allow the user to specify a shell command to run
to set up an IMAP connection in place of a TCP socket (eg., to run over
an SSH session).
Added PREAUTH support (useful mostly in conjunction with Tunnel).
Messages marked deleted are not uploaded when we are going to expunge.
Locally generated messages are not re-fetched after uploading even if the
UIDPLUS extension is not supported by the server.
Added `OneToOne' configuration option: ignore any Mailbox specifications
and instead pick up all mailboxes from the local MailDir and remote Folder
and map them 1:1 onto each other according to their names.
-C now creates both local and remote boxes; -L and -R create only local/remote.
--quiet is now really quiet.
Diffstat (limited to 'mail/isync/PLIST')
-rw-r--r-- | mail/isync/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/isync/PLIST b/mail/isync/PLIST index 7eb4262b125..64097fc4db1 100644 --- a/mail/isync/PLIST +++ b/mail/isync/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/07 15:12:41 cjep Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/12/27 16:54:06 seb Exp $ bin/isync man/man1/isync.1 +share/examples/isync/isyncrc.sample +@dirrm share/examples/isync |