fec1589
Index: mozilla/mail/components/shell/nsMailGNOMEIntegration.cpp
fec1589
===================================================================
fec1589
RCS file: /cvsroot/mozilla/mail/components/shell/nsMailGNOMEIntegration.cpp,v
fec1589
retrieving revision 1.8.2.1
fec1589
diff -d -u -p -r1.8.2.1 nsMailGNOMEIntegration.cpp
fec1589
--- mozilla/mail/components/shell/nsMailGNOMEIntegration.cpp	23 Oct 2006 03:32:47 -0000	1.8.2.1
fec1589
+++ mozilla/mail/components/shell/nsMailGNOMEIntegration.cpp	11 Apr 2007 18:50:02 -0000
fec1589
@@ -69,7 +69,7 @@ static const char* const sFeedProtocols[
fec1589
   "feed"
fec1589
 };
fec1589
 
fec1589
-nsMailGNOMEIntegration::nsMailGNOMEIntegration(): mCheckedThisSession(PR_FALSE)
fec1589
+nsMailGNOMEIntegration::nsMailGNOMEIntegration(): mCheckedThisSession(PR_TRUE)
fec1589
 {}
fec1589
 
fec1589
 nsresult
273aa35
Index: mozilla/mail/components/preferences/general.xul
273aa35
===================================================================
273aa35
RCS file: /cvsroot/mozilla/mail/components/preferences/general.xul,v
273aa35
retrieving revision 1.4.2.9
273aa35
diff -d -u -p -r1.4.2.9 general.xul
273aa35
--- mozilla/mail/components/preferences/general.xul	18 Feb 2007 20:26:46 -0000	1.4.2.9
273aa35
+++ mozilla/mail/components/preferences/general.xul	13 Apr 2007 19:34:19 -0000
273aa35
@@ -70,7 +70,7 @@
273aa35
 
273aa35
     <stringbundle id="bundlePreferences" src="chrome://messenger/locale/preferences/preferences.properties"/>
273aa35
 
273aa35
-#ifdef HAVE_SHELL_SERVICE
273aa35
+#ifdef 0
273aa35
     <stringbundle id="bundleShell" src="chrome://messenger/locale/shellservice.properties"/>
273aa35
     <stringbundle id="bundleBrand" src="chrome://branding/locale/brand.properties"/>
273aa35