added target for creating html version of the man page
documented the imaps: prefix to the Host command
This commit is contained in:
parent
bcd160efb2
commit
1b25e3b739
|
@ -5,3 +5,6 @@ EXTRA_DIST=sample.isyncrc $(man_MANS)
|
||||||
|
|
||||||
log:
|
log:
|
||||||
rcs2log -h sigipe.org | sed 's;/home/cvs/isync/;;g' > ChangeLog
|
rcs2log -h sigipe.org | sed 's;/home/cvs/isync/;;g' > ChangeLog
|
||||||
|
|
||||||
|
isync.html: isync.1
|
||||||
|
groff -Thtml -man isync.1 > isync.html
|
||||||
|
|
7
isync.1
7
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
|
Specifies the name of the remote IMAP mailbox to synchronize with
|
||||||
(Default: INBOX)
|
(Default: INBOX)
|
||||||
.TP
|
.TP
|
||||||
\fB-s\fR, \fB--host\fR \fIhost\fR
|
\fB-s\fR, \fB--host\fR \fB[\fRimaps:\fB]\fR\fIhost\fR
|
||||||
.P
|
.P
|
||||||
Specifies the hostname of the IMAP server
|
Specifies the hostname of the IMAP server
|
||||||
.TP
|
.TP
|
||||||
|
@ -114,7 +114,7 @@ line, up until the next
|
||||||
command, apply to this mailbox only.
|
command, apply to this mailbox only.
|
||||||
..
|
..
|
||||||
.TP
|
.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
|
Defines the DNS name or IP address of the IMAP server. If the hostname is
|
||||||
prefixed with
|
prefixed with
|
||||||
.I imaps:
|
.I imaps:
|
||||||
|
@ -159,7 +159,8 @@ command line.
|
||||||
..
|
..
|
||||||
.TP
|
.TP
|
||||||
\fBRequireSSL\fR \fIyes|no\fR
|
\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:
|
server can not be established. (Default:
|
||||||
.I yes
|
.I yes
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user