From f7894da752965968e30d4bd5d8f8d6b46d0155ae Mon Sep 17 00:00:00 2001 From: "chuang%netscape.com" Date: Thu, 16 Mar 2000 23:15:37 +0000 Subject: [PATCH] Bug 18476 History ABook is not created for a New Profile until you have closed and reopened Seamonkey git-svn-id: svn://10.0.0.236/trunk@63195 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mailnews.js | 2 +- mozilla/modules/libpref/src/init/mailnews.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mailnews/mailnews.js b/mozilla/mailnews/mailnews.js index cf5c6db3773..a744735eff2 100644 --- a/mozilla/mailnews/mailnews.js +++ b/mozilla/mailnews/mailnews.js @@ -344,7 +344,7 @@ pref("ldap_2.servers.switchboard.description", "Switchboard Directory"); pref("ldap_2.servers.switchboard.serverName", "ldap.switchboard.com"); pref("ldap_2.user_id", 0); -pref("ldap_2.version", 1); /* Update kCurrentListVersion in include/dirprefs.h if you change this */ +pref("ldap_2.version", 3); /* Update kCurrentListVersion in include/dirprefs.h if you change this */ pref("mailnews.confirm.moveFoldersToTrash", true); pref("mailnews.remember_selected_message", true); diff --git a/mozilla/modules/libpref/src/init/mailnews.js b/mozilla/modules/libpref/src/init/mailnews.js index cf5c6db3773..a744735eff2 100644 --- a/mozilla/modules/libpref/src/init/mailnews.js +++ b/mozilla/modules/libpref/src/init/mailnews.js @@ -344,7 +344,7 @@ pref("ldap_2.servers.switchboard.description", "Switchboard Directory"); pref("ldap_2.servers.switchboard.serverName", "ldap.switchboard.com"); pref("ldap_2.user_id", 0); -pref("ldap_2.version", 1); /* Update kCurrentListVersion in include/dirprefs.h if you change this */ +pref("ldap_2.version", 3); /* Update kCurrentListVersion in include/dirprefs.h if you change this */ pref("mailnews.confirm.moveFoldersToTrash", true); pref("mailnews.remember_selected_message", true);