Re: [binc-news] 1.2.14beta1 released (minor bugfixes)

Gerrit Pape <[email protected]> Tue, 20 Sep 2005 09:24:15 +0000
Newsgroups gmane.mail.imap.binc.devel
Message-ID <20050920091928.25816.qmail@aeda1a43072c07.315fe32.mid.smarden.org>
On Mon, Sep 19, 2005 at 10:20:06AM +0200, Jerry Lundstr?m wrote:
> Very small but needed fix.

Hi, there's still some inconsistency between command line switches and
documentation, please see

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=309005

and

 $ grep 'd|' bincimap-1.2.14beta1/src/session.cc 
   args.addOptional("d|disable-starttls", "Toggles disabling of STARTTLS", false);
   args.addOptional("d|depot", "Sets the depot type", false);
 $ grep -- -d, bincimap-1.2.14beta1/man/bincimap-up.1 
 \fB\-d, \-\-disable-starttls\fR
 $ grep 'C|' bincimap-1.2.14beta1/src/session.cc 
   args.addOptional("C|create-inbox", "Toggles auto-creating INBOX", false);
 $ grep -- -C, bincimap-1.2.14beta1/man/bincimap-up.1 
 \fB\-C, \-\-create-inbox\fR
 \fB\-C, \-\-depot=[Maildir++|IMAPdir]\fR
 $ 

Regards, Gerrit.