commit 183f256557246bcf2d67aa960c3cba5245b972ce
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Mon Mar 10 11:54:22 2014 +0100

    don't needlessly spell out INBOX

 src/compat/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/compat/main.c b/src/compat/main.c
index 1ff0554..532f09c 100644
--- a/src/compat/main.c
+++ b/src/compat/main.c
@@ -174,7 +174,7 @@ main( int argc, char **argv )
        global.user = getenv( "LOGNAME" );
 #endif
        global.port = 143;
-       global.box = "INBOX";
+       global.box = ""; /* implicit INBOX in resulting Master/Slave entries */
        global.use_namespace = 1;
        global.require_ssl = 1;
        global.use_tlsv1 = 1;

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to