Index: B:/java/jamesws/JamesNewTrunk/src/java/org/apache/james/James.java
===================================================================
--- B:/java/jamesws/JamesNewTrunk/src/java/org/apache/james/James.java	(revision 409153)
+++ B:/java/jamesws/JamesNewTrunk/src/java/org/apache/james/James.java	(working copy)
@@ -354,14 +354,6 @@
 
         Configuration inboxConf = conf.getChild("inboxRepository");
         Configuration inboxRepConf = inboxConf.getChild("repository");
-        // we could delete this block. I didn't remove this because I'm not sure
-        // wether we need the "check" of the inbox repository here, or not.
-        try {
-            store.select(inboxRepConf);
-        } catch (Exception e) {
-            getLogger().error("Cannot open private MailRepository");
-            throw e;
-        }
         inboxRootURL = inboxRepConf.getAttribute("destinationURL");
 
         getLogger().info("Private Repository LocalInbox opened");
