Explorar o código

don't needlessly spell out INBOX

Oswald Buddenhagen %!s(int64=11) %!d(string=hai) anos
pai
achega
183f256557
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/compat/main.c

+ 1 - 1
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;