isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 1b25e3b7394a4845e81cea582a3bf4538622c498
parent bcd160efb2b279e21d0e1046c380e49a9b4cd677
Author: Michael Elkins <me@mutt.org>
Date:   Thu, 21 Dec 2000 19:49:03 +0000

added target for creating html version of the man page

documented the imaps: prefix to the Host command

Diffstat:
MMakefile.am | 3+++
Misync.1 | 7++++---
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -5,3 +5,6 @@ EXTRA_DIST=sample.isyncrc $(man_MANS) log: rcs2log -h sigipe.org | sed 's;/home/cvs/isync/;;g' > ChangeLog + +isync.html: isync.1 + groff -Thtml -man isync.1 > isync.html diff --git a/isync.1 b/isync.1 @@ -83,7 +83,7 @@ Specifies the port on the IMAP server to connect to (default: 143) Specifies the name of the remote IMAP mailbox to synchronize with (Default: INBOX) .TP -\fB-s\fR, \fB--host\fR \fIhost\fR +\fB-s\fR, \fB--host\fR \fB[\fRimaps:\fB]\fR\fIhost\fR .P Specifies the hostname of the IMAP server .TP @@ -114,7 +114,7 @@ line, up until the next command, apply to this mailbox only. .. .TP -\fBHost\fR \fIname\fR +\fBHost\fR \fB[\fRimaps:\fB]\fR\fIname\fR Defines the DNS name or IP address of the IMAP server. If the hostname is prefixed with .I imaps: @@ -159,7 +159,8 @@ command line. .. .TP \fBRequireSSL\fR \fIyes|no\fR -.B isync will abort the connection if a TLS/SSL session to the IMAP +.B isync +will abort the connection if a TLS/SSL session to the IMAP server can not be established. (Default: .I yes )