isync

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

commit 4ab12ae76e8a266ba3660b5cc2042946c7bfa653
parent 4d8575100d208129bc5d45e3968262415602ac04
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 13 Apr 2014 17:07:53 +0200

don't lie about the default of User

unlike the isync wrapper, mbsync does not have a default for the IMAP
user. the remote user seldomly matches the local one, so "forwarding" it
is more confusing than helpful.

CCMAIL: 744389@bugs.debian.org

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

diff --git a/src/mbsync.1 b/src/mbsync.1 @@ -245,7 +245,7 @@ Specify the TCP port number of the IMAP server. (Default: 143 for IMAP, .. .TP \fBUser\fR \fIusername\fR -Specify the login name on the IMAP server. (Default: current local user) +Specify the login name on the IMAP server. .. .TP \fBPass\fR \fIpassword\fR