isync

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

commit b142778e56ce714ee124bfdc03925ca99e6b6abf
parent da5ce5d8f42a15a2842d6d14043452f1a7892a0a
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 24 Mar 2013 13:09:42 +0100

match flag names in man page

"Full" is an alias for "All", but let's stick to one.

Diffstat:
Msrc/mbsync.1 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mbsync.1 b/src/mbsync.1 @@ -387,7 +387,7 @@ If \fIcount\fR is 0, the maximum number of messages is \fBunlimited\fR (Default: \fI0\fR). .. .TP -\fBSync\fR {\fINone\fR|[\fIPull\fR] [\fIPush\fR] [\fINew\fR] [\fIReNew\fR] [\fIDelete\fR] [\fIFlags\fR]|\fIFull\fR} +\fBSync\fR {\fINone\fR|[\fIPull\fR] [\fIPush\fR] [\fINew\fR] [\fIReNew\fR] [\fIDelete\fR] [\fIFlags\fR]|\fIAll\fR} Select the synchronization operation(s) to perform: .br \fBPull\fR - propagate changes from Master to Slave.