mOldMessageListFetcher.start();
// Create & start the UI
if(logDEBUG) Logger.debug(this, "Creating Web interface...");
mWebInterface = new WebInterface(this);
if(logDEBUG) Logger.debug(this, "Creating FCP interface...");
mFCPInterface = new FCPInterface(this);
if (mConfig.getBoolean(Configuration.NNTP_SERVER_ENABLED)) {