浏览代码

don't needlessly spell out INBOX

Oswald Buddenhagen 11 年之前
父节点
当前提交
183f256557
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;