home *** CD-ROM | disk | FTP | other *** search
- // Copyright (C) 1996, 1997 Netscape Communications Corporation. All rights reserved
-
- // Default xp preferences
-
- function loadCEDefaults()
- {
-
- // The following is from all.js
-
- // SYNTAX HINTS: dashes are delimiters. Use underscores instead.
- // The first character after a period must be alphabetic.
-
- pref("general.bproxy_cert_digest",0);
-
- pref("network.search.url", "http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
- pref("general.startup.browser", true);
- pref("general.startup.mail", false);
- pref("general.startup.news", false);
- pref("general.startup.editor", false);
- pref("general.startup.conference", false);
- pref("general.startup.calendar", false);
- pref("general.startup.netcaster", false);
-
- pref("general.always_load_images", true);
- pref("general.always_load_movies", true);
- pref("general.always_load_sounds", true);
- pref("general.title_tips", true);
-
- pref("general.help_source.site", 1); // 0 = Netscape, 1 = installed, 2 = custom
- pref("general.help_source.url", "");
-
- pref("browser.enable_style_sheets", true);
- pref("browser.startup.page", 1); // 0 = blank, 1 = home, 2 = last
- pref("browser.startup.homepage", "http://home.netscape.com/");
- pref("browser.startup.homepage_override", true);
- pref("browser.startup.autoload_homepage", true);
- pref("browser.startup.agreed_to_licence", false);
- pref("browser.startup.license_version", 0);
- pref("browser.startup.default_window", 1); // start up browser
- pref("browser.cache.disk_cache_size", 7680);
- pref("browser.cache.memory_cache_size", 1024);
- pref("browser.cache.disk_cache_ssl", false);
- pref("browser.foreground_color", "#000000");
- pref("browser.background_color", "#C0C0C0");
- pref("browser.anchor_color", "#0000EE");
- pref("browser.visited_color", "#551A8B");
- pref("browser.chrome.show_directory_buttons", true);
- pref("browser.chrome.toolbar_style", 2);
- pref("browser.chrome.advanced_toolbar", false);
- pref("browser.chrome.show_toolbar", true);
- pref("browser.chrome.show_status_bar", true);
- pref("browser.chrome.show_url_bar", true);
- pref("browser.chrome.show_security_bar", true);
- pref("browser.chrome.button_style", 0);
-
- pref("browser.background_option", 0); // DEFAULT_BACKGROUND
- pref("browser.link_expiration", 9);
- pref("browser.cache.check_doc_frequency", 0);
-
- pref("browser.delay_images", false);
- pref("browser.underline_anchors", true);
- pref("browser.never_expire", false);
- pref("browser.display_while_loading", true);
- pref("browser.custom_link_color", false);
- pref("browser.custom_visited_color", false);
- pref("browser.custom_text_color", false);
- pref("browser.use_document_colors", true);
- pref("browser.window_rect", "-1,-1,-1,-1");
- pref("browser.prefs_window_rect", "-1,-1,-1,-1");
- pref("browser.find_window_rect", "-1,-1,-1,-1");
- pref("browser.bookmark_window_rect", "-1,-1,-1,-1");
- pref("browser.download_window_rect", "-1,-1,-1,-1");
- pref("browser.wfe.ignore_def_check",false);
- pref("browser.wfe.use_windows_colors",true);
- pref("browser.startup_mode",1);
- pref("browser.bookmark_location", "");
- pref("browser.addressbook_location", "");
- pref("browser.socksfile_location", "");
- pref("browser.ldapfile_location", "");
-
- pref("browser.url_history.URL_1", "");
- pref("browser.url_history.URL_2", "");
- pref("browser.url_history.URL_3", "");
- pref("browser.url_history.URL_4", "");
- pref("browser.url_history.URL_5", "");
- pref("browser.url_history.URL_6", "");
- pref("browser.url_history.URL_7", "");
- pref("browser.url_history.URL_8", "");
- pref("browser.url_history.URL_9", "");
- pref("browser.url_history.URL_10", "");
- pref("browser.url_history.URL_11", "");
- pref("browser.url_history.URL_12", "");
- pref("browser.url_history.URL_13", "");
- pref("browser.url_history.URL_14", "");
- pref("browser.url_history.URL_15", "");
-
- pref("browser.PICS.ratings_enabled", false);
- pref("browser.PICS.pages_must_be_rated", false);
- pref("browser.PICS.disable_for_this_session", false);
- pref("browser.PICS.reenable_for_this_session", false);
- pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
- pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
-
- pref("ghist.expires.pos", 4);
- pref("ghist.expires.width", 1400);
- pref("ghist.firstvisit.pos", 2);
- pref("ghist.firstvisit.width", 1400);
- pref("ghist.lastvisit.pos", 3);
- pref("ghist.lastvisit.width", 1400);
- pref("ghist.location.pos", 1);
- pref("ghist.location.width", 2400);
- pref("ghist.show_value", 0);
- pref("ghist.sort_descending", 0);
- pref("ghist.sortby", 3); // eGH_LastDateSort
- pref("ghist.title.pos", 0);
- pref("ghist.title.width", 2400);
- pref("ghist.visiblecolumns", 6);
- pref("ghist.visitcount.pos", 5);
- pref("ghist.visitcount.width", 1000);
- pref("ghist.window_rect", "0,0,0,0");
-
- pref("javascript.enabled", true);
- pref("javascript.allow.mailnews", true);
- pref("javascript.allow.signing", true);
- pref("javascript.reflect_preferences", false); // for PE
-
- pref("network.tcptimeout", 0); // use default
- pref("network.tcpbufsize", 0); //
- pref("network.use_async_dns", true);
- pref("network.dnsCacheExpiration", 900); // in seconds
- pref("network.enableUrlMatch", true);
- pref("network.max_connections", 4);
- pref("network.speed_over_ui", true);
- pref("network.file_sort_method", 0); // NAME 0, TYPE 1, SIZE 2, DATE 3
- pref("network.hosts.smtp_server", "mail");
- pref("network.hosts.pop_server", "mail");
- pref("network.hosts.nntp_server", "news");
- pref("network.hosts.socks_server", "");
- pref("network.hosts.socks_serverport", 1080);
- pref("network.hosts.socks_conf", "");
- pref("network.proxy.autoconfig_url", "");
- pref("network.proxy.type", 3); /* Changed default by req of Jon Kalb */
- pref("network.proxy.ftp", "");
- pref("network.proxy.ftp_port", 0);
- pref("network.proxy.gopher", "");
- pref("network.proxy.gopher_port", 0);
- pref("network.proxy.news", "");
- pref("network.proxy.news_port", 0);
- pref("network.proxy.http", "");
- pref("network.proxy.http_port", 0);
- pref("network.proxy.wais", "");
- pref("network.proxy.wais_port", 0);
- pref("network.proxy.ssl", "");
- pref("network.proxy.ssl_port", 0);
- pref("network.proxy.no_proxies_on", "");
- pref("network.online", true); //online/offline
- pref("network.prompt_at_startup", false);//Ask me
- pref("network.accept_cookies", 0); // 0 = Always, 1 = warn, 2 = never
- pref("network.foreign_cookies", 0); // 0 = Accept, 1 = Don't accept
- pref("network.cookie.cookieBehavior", 0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
- pref("network.cookie.warnAboutCookies", false);
- pref("network.sendRefererHeader", true);
-
- pref("security.ask_for_fortezza", 0);
- pref("security.ask_for_password", 0);
- pref("security.ciphers", "");
- pref("security.default_mail_cert", "");
- pref("security.default_personal_cert", "");
- pref("security.email_as_ftp_password", false);
- pref("security.enable_java", true);
- pref("security.lower_java_network_security_by_trusting_proxies", false);
- pref("security.enable_ssl2", true);
- pref("security.enable_ssl3", true);
- pref("security.fortezza_lifetime", 30);
- pref("security.password_lifetime", 30);
- pref("security.submit_email_forms", true);
- pref("security.use_password", true);
- pref("security.warn_accept_cookie", false); // ML obsolete
- pref("security.warn_entering_secure", true);
- pref("security.warn_leaving_secure", true);
- pref("security.warn_submit_insecure", true);
- pref("security.warn_viewing_mixed", true);
-
- pref("security.ssl2.des_ede3_192", true); // Domestic
- pref("security.ssl2.des_64", true); // Domestic
- pref("security.ssl2.rc2_128", true); // Domestic
- pref("security.ssl2.rc2_40", true); // Export
- pref("security.ssl2.rc4_40", true); // Export
- pref("security.ssl2.rc4_128", true); // Domestic
-
- pref("security.ssl3.fortezza_fortezza_sha", true); // Fortezza
- pref("security.ssl3.fortezza_null_sha", false); // Fortezza
- pref("security.ssl3.fortezza_rc4_sha", true); // Fortezza
- pref("security.ssl3.rsa_des_ede3_sha", true); // Domestic
- pref("security.ssl3.rsa_des_sha", true); // Domestic
- pref("security.ssl3.rsa_null_md5", false); // Export
- pref("security.ssl3.rsa_rc2_40_md5", true); // Export
- pref("security.ssl3.rsa_rc4_40_md5", true); // Export
- pref("security.ssl3.rsa_rc4_128_md5", true); // Domestic
-
- pref("security.smime.des_ede3", true); // Domestic
- pref("security.smime.des", true); // Domestic
- pref("security.smime.rc2_40", true); // Export
- pref("security.smime.rc2_64", true); // Domestic
- pref("security.smime.rc2_128", true); // Domestic
- pref("security.smime.rc5.b64r16k40", true);
- pref("security.smime.rc5.b64r16k64", true);
- pref("security.smime.rc5.b64r16k128", true);
-
- pref("security.canotices.VeriSignInc.notice1",
- "This certificate incorporates the VeriSign Certification Practice Statement "+
- "(CPS) by reference. Use of this certificate is governed by the CPS.\n\n"+
- "The CPS is available in the VeriSign repository at "+
- "https://www.verisign.com/repository/CPS and "+
- "ftp://ftp.verisign.com/repository/CPS; by E-mail at "+
- "CPS-requests@verisign.com; and by mail at VeriSign, Inc., 2593 Coast Ave., "+
- "Mountain View, CA 94043 USA, Attn: Certification Services.\n\n"+
- "THE CPS DISCLAIMS AND LIMITS CERTAIN LIABILITIES, INCLUDING CONSEQUENTIAL "+
- "AND PUNITIVE DAMAGES. THE CPS ALSO INCLUDES CAPS ON LIABILITY RELATED TO "+
- "THIS CERTIFICATE. SEE THE CPS FOR DETAILS.\n\n"+
- "The CPS and this certificate are copyrighted: Copyright (c) 1997 VeriSign, "+
- "Inc. All Rights Reserved.");
-
- pref("security.canotices.VeriSignInc.notice2",
- "The subject name (i.e., user name) in this VeriSign Class 1 "+
- "certificate contains nonverified subscriber information.");
-
- pref("security.canotices.VeriSignInc.notice3",
- "This certificate incorporates by reference, and its use is strictly subject "+
- "to, the VeriSign Certification Practice Statement (CPS), available in the "+
- "VeriSign repository at: https://www.verisign.co.jp; by E-mail at "+
- "CPS-requests@verisign.co.jp; or by mail at VeriSign Japan K.K, 580-16 "+
- "Horikawacho, Saiwai-ku, Kawasaki 210 Japan\n\n"+
- "Copyright (c)1996, 1997 VeriSign, Inc. All Rights Reserved. CERTAIN "+
- "WARRANTIES DISCLAIMED AND LIABILITY LIMITED.\n\n"+
- "WARNING: THE USE OF THIS CERTIFICATE IS STRICTLY SUBJECT TO THE VERISIGN "+
- "CERTIFICATION PRACTICE STATEMENT. THE ISSUING AUTHORITY DISCLAIMS CERTAIN "+
- "IMPLIED AND EXPRESS WARRANTIES, INCLUDING WARRANTIES OF MERCHANTABILITY OR "+
- "FITNESS FOR A PARTICULAR PURPOSE, AND WILL NOT BE LIABLE FOR CONSEQUENTIAL, "+
- "PUNITIVE, AND CERTAIN OTHER DAMAGES. SEE THE CPS FOR DETAILS.\n\n"+
- "Contents of the VeriSign registered nonverifiedSubjectAttributes extension "+
- "value shall not be considered as accurate information validated by the IA.");
-
- pref("signed.applets.DefaultTo30Security", false);
- pref("signed.applets.securityIsOn", true);
- pref("signed.applets.codebase_principal_support", false);
- pref("signed.applets.local_classes_have_30_powers", false);
- pref("signed.applets.capabilitiesDB.lock_to_current", false);
- pref("signed.applets.low_security_for_local_classes", false);
- pref("signed.applets.simulate_signatures_on_system_classes", false);
- pref("signed.applets.verbose_security_exception", false);
-
- pref("messages.new_window", true); // ML obsolete; use mailnews.message_in_thread_window
-
- // Added by mwelch 97 Feb
- pref("news.show_pretty_names", false);
- pref("mail.wrap_long_lines", false);
- pref("news.wrap_long_lines", false);
- pref("mail.inline_attachments", true);
-
- // Mail server preferences, pop by default
- pref("mail.server_type", 0); // 0 pop, 1 imap,
- // (Unix only:)
- // 2 movemail, 3 inbox
-
- pref("mail.auth_login", true);
- pref("mail.use_x_sender", false);
- pref("mail.imap.local_copies", false);
- pref("mail.imap.cache_fetch_responses", true);
- pref("mail.imap.server_sub_directory", "");
- pref("mail.imap.delete_is_move_to_trash", true);
- pref("mail.imap.server_ssl", false);
- pref("mail.imap.ssl_port", 993);
- pref("mail.imap.hard.mailbox.depth", 0);
- pref("mail.use_altmail", false);
- pref("mail.altmail_dll", "postal32.dll");
- pref("mail.thread_mail", false);
- pref("mail.sort_mail", false);
- pref("mail.ascend_mail", false);
- pref("mail.leave_on_server", false);
- pref("mail.default_cc", "");
- pref("mail.default_fcc", "");
- pref("mail.check_new_mail", false);
- pref("mail.check_time", 10);
- pref("mail.pop_name", "");
- pref("mail.remember_password", false);
- pref("mail.support_skey", false);
- pref("mail.pop_password", "");
- pref("mail.auto_quote", true);
- pref("mail.fixed_width_messages", true);
- pref("mail.quoted_style", 2); // 0=plain, 1=bold, 2=italic, 3=bolditalic
- pref("mail.quoted_size", 0); // 0=normal, 1=bigger, 2=smaller
- pref("mail.citation_color", "#000000"); // quoted color
- pref("mail.identity.organization", "");
- pref("mail.identity.reply_to", "");
- pref("mail.identity.username", "");
- pref("mail.identity.useremail", "");
- pref("mail.identity.defaultdomain", "");
- pref("mail.use_fcc", true);
- pref("mail.cc_self", false);
- pref("mail.limit_message_size", false);
- pref("mail.max_size", 50); // download message size limit
- pref("mail.deliver_immediately", true);
- pref("mail.strictly_mime", false);
- pref("mail.file_attach_binary", false);
- pref("mail.use_signature_file", false);
- pref("mail.show_headers", 1); // some
- pref("mail.pane_config", 0);
- pref("mail.sort_by", 1); // by date
- pref("mail.window_rect", "-1,-1,-1,-1");
- pref("mail.compose_window_rect", "-1,-1,-1,-1");
- pref("mail.addr_book.ldap.disabled", false);
- pref("mail.addr_book_window_rect", "-1,-1,-1,-1");
- pref("mail.wfe.addr_book.show_value", 0);
- pref("mail.addr_book.lastnamefirst", false);
- pref("mail.addr_book.sortby", 2);
- pref("mail.addr_book.sort_ascending", true);
- pref("mail.addr_book.name.width", 0);
- pref("mail.addr_book.email.width", 0);
- pref("mail.addr_book.nickname.width", 0);
- pref("mail.addr_book.locality.width", 0);
- pref("mail.addr_book.company.width", 0);
- pref("mail.addr_book.type.pos", -1);
- pref("mail.addr_book.name.pos", -1);
- pref("mail.addr_book.email.pos", -1);
- pref("mail.addr_book.nickname.pos", -1);
- pref("mail.addr_book.locality.pos", -1);
- pref("mail.addr_book.company.pos", -1);
- pref("mail.attach_vcard", false);
- pref("mail.html_compose", true);
- pref("mail.htmldomains", "netscape.com,mcom.com");
- pref("mail.play_sound", true);
- pref("mail.send_html", true);
- pref("mail.directory_names.first_first", true);
- pref("mail.attach_address_card", false);
- pref("mail.fcc_folder", "");
- pref("mail.purge_threshhold", 100);
- pref("mail.prompt_purge_threshhold", false); //Ask about compacting folders
- pref("mail.encrypt_outgoing_mail", false);
- pref("mail.crypto_sign_outgoing_mail", false);
- pref("mail.crypto_sign_outgoing_news", false);
- pref("mail.warn_forward_encrypted", true); // forward encrypted message to another warning
- pref("mail.warn_reply_unencrypted", true); // clear reply to encrypted message warning
- pref("mail.use_mapi_server", false);
- pref("mail.match_nickname", false);
- pref("mail.default_html_action", 0); // 0=ask, 1=plain, 2=html, 3=both
- pref("mail.selection.count",0); //default - 0 mail folders selected for download
-
-
-
- pref("news.default_cc", "");
- pref("news.default_fcc", "");
- pref("news.thread_news", true);
- pref("news.use_fcc", true);
- pref("news.cc_self", false);
- pref("news.show_headers", 2); // some
- pref("news.pane_config", 0);
- pref("news.sort_by", 1); // by date
- pref("news.window_rect", "-1,-1,-1,-1");
- pref("news.offline_retrieval", 1);
- pref("news.article_purging", "");
- pref("news.header_purging", "");
- pref("news.fcc_folder", "");
- pref("news.notify.on", true);
- pref("news.notify.size", 1000);
- pref("news.max_articles", 500);
- pref("news.mark_old_read", false);
- pref("news.server_is_secure", false);
- pref("news.server_port", 119); //default non-secure port number
- pref("news.subscribe.name_width", -1); // Subscribe UI cols width
- pref("news.subscribe.join_width", -1);
- pref("news.subscribe.post_width", -1);
- pref("news.subscribe.name_pos", 0); // Subscribe UI cols pos
- pref("news.subscribe.join_pos", 1);
- pref("news.subscribe.post_pos", 2);
- // the next pref's value is irrelevant; it gets tweaked when back end needs to be called
- // regarding any change to network.hosts.nntp_server, news.server_port,
- // and/or news.server_is_secure.
- pref("news.server_change_xaction", 0);
-
-
- pref("mailnews.folder_window_rect", "-1,-1,-1,-1");
- pref("mailnews.thread_window_rect", "-1,-1,-1,-1");
- pref("mailnews.message_window_rect", "-1,-1,-1,-1");
-
- pref("mailnews.thread_pane_height", -1);
- pref("mailnews.category_pane_width", -1);
- pref("mailnews.reuse_thread_window", true);
- pref("mailnews.reuse_message_window", true);
- pref("mailnews.message_in_thread_window", true);
- pref("mailnews.javascript_enabled", true);
-
- pref("mailnews.wraplength", 72);
- pref("mailnews.nicknames_only", false);
- pref("mailnews.nav_crosses_folders", 1); // 0=do it, don't prompt 1=prompt, 2=don't do it, don't prompt
-
- pref("mailnews.reply_on_top", 1);
- pref("mailnews.reply_with_extra_lines", 2);
-
- pref("mailnews.force_ascii_search", true);
- pref("mailnews.autolookup_unknown_mime_types", true);
-
- pref("intl.accept_languages", "en");
- pref("intl.mailcharset.cyrillic", "koi8-r");
- pref("intl.accept_charsets", "iso-8859-1,*,utf-8");
- pref("intl.auto_detect_encoding", true);
- pref("intl.character_set", 2); // CS_LATIN1
- pref("intl.font_encoding", 6); // CS_MAC_ROMAN
-
- pref("editor.html_editor", "");
- pref("editor.image_editor", "");
- pref("editor.author", "");
- pref("editor.auto_save_delay", 10); // minutes
- pref("editor.html_editor", "");
- pref("editor.image_editor", "");
- pref("editor.fontsize_mode", 0);
- pref("editor.template_location", "http://home.netscape.com/home/gold3.0_templates.html");
- pref("editor.default_template_location", "http://home.netscape.com/home/gold3.0_templates.html");
- pref("editor.template_last_loc", "");
- pref("editor.template_history_0", "");
- pref("editor.template_history_1", "");
- pref("editor.template_history_2", "");
- pref("editor.template_history_3", "");
- pref("editor.template_history_4", "");
- pref("editor.template_history_5", "");
- pref("editor.template_history_6", "");
- pref("editor.template_history_7", "");
- pref("editor.template_history_8", "");
- pref("editor.template_history_9", "");
- pref("editor.template_history_10", "");
- pref("editor.template_history_11", "");
- pref("editor.template_history_12", "");
- pref("editor.template_history_13", "");
- pref("editor.template_history_14", "");
- pref("editor.template_history_15", "");
- pref("editor.template_history_16", "");
- pref("editor.template_history_17", "");
- pref("editor.template_history_18", "");
- pref("editor.template_history_19", "");
-
- pref("editor.html_directory", "C:\\My Documents");
- pref("editor.image_directory", "C:\\My Documents");
- pref("editor.background_image", "");
- pref("editor.last_pref_page", 0);
- pref("editor.last_text_page", 0);
- pref("editor.last_doc_page", 0);
- pref("editor.last_table_page", 0);
- pref("editor.use_custom_colors", false);
- pref("editor.use_background_image", true);
- pref("editor.publish_keep_links", true);
- pref("editor.publish_keep_images", true);
- pref("editor.show_copyright", true);
- pref("editor.show_character_toolbar", true);
- pref("editor.show_paragraph_toolbar", true);
- pref("editor.text_color", "#000000");
- pref("editor.link_color", "#0000FF");
- pref("editor.active_link_color", "#000088");
- pref("editor.followed_link_color", "#FF0000");
- pref("editor.background_color", "#FFFFFF");
- pref("editor.auto_save", false);
- pref("editor.javascript_color", "#FF0000");
- pref("editor.color_scheme", "Netscape Default Colors");
-
- pref("editor.hints.bookmark", true);
- pref("editor.hints.image", true);
- pref("editor.hints.sitemanager", true);
- pref("editor.hints.copyright", true);
- pref("editor.hints.removelinks", true);
-
- pref("editor.hrule.height", 2);
- pref("editor.hrule.width", 100);
- pref("editor.hrule.width_percent", true);
- pref("editor.hrule.shading", true);
- pref("editor.hrule.align", 0); // match types in edttypes.h ED_ALIGN_CENTER
-
- pref("editor.publish_username", "");
- pref("editor.publish_password", "");
- pref("editor.publish_save_password", false);
- pref("editor.publish_location", "");
- pref("editor.publish_browse_location", "");
- pref("editor.publish_last_loc", "");
- pref("editor.publish_last_pass", "");
- pref("editor.publish_history_0", "");
- pref("editor.publish_history_1", "");
- pref("editor.publish_history_2", "");
- pref("editor.publish_history_3", "");
- pref("editor.publish_history_4", "");
- pref("editor.publish_history_5", "");
- pref("editor.publish_history_6", "");
- pref("editor.publish_history_7", "");
- pref("editor.publish_history_8", "");
- pref("editor.publish_history_9", "");
- pref("editor.publish_history_10", "");
- pref("editor.publish_history_11", "");
- pref("editor.publish_history_12", "");
- pref("editor.publish_history_13", "");
- pref("editor.publish_history_14", "");
- pref("editor.publish_history_15", "");
- pref("editor.publish_history_16", "");
- pref("editor.publish_history_17", "");
- pref("editor.publish_history_18", "");
- pref("editor.publish_history_19", "");
- pref("editor.publish_password_0", "");
- pref("editor.publish_password_1", "");
- pref("editor.publish_password_2", "");
- pref("editor.publish_password_3", "");
- pref("editor.publish_password_4", "");
- pref("editor.publish_password_5", "");
- pref("editor.publish_password_6", "");
- pref("editor.publish_password_7", "");
- pref("editor.publish_password_8", "");
- pref("editor.publish_password_9", "");
- pref("editor.publish_password_10", "");
- pref("editor.publish_password_11", "");
- pref("editor.publish_password_12", "");
- pref("editor.publish_password_13", "");
- pref("editor.publish_password_14", "");
- pref("editor.publish_password_15", "");
- pref("editor.publish_password_16", "");
- pref("editor.publish_password_17", "");
- pref("editor.publish_password_18", "");
- pref("editor.publish_password_19", "");
-
- pref("offline.startup_mode", 0); // 0 online work, 1 offline work, 2 ask me
- pref("offline.download.size_limit", 50); // K
- pref("offline.news.download.unread_only", true);
- pref("offline.news.download.by_date", true);
- pref("offline.news.download.use_days", false);
- pref("offline.news.download.days", 30); // days
- pref("offline.news.download.increments", 3); // 0-yesterday, 1-1 wk ago, 2-2 wk ago,
- // 3-1 month ago, 4-6 month ago, 5-1 year ago
- pref("offline.news.discussions_count", 0); // select discussion count
-
- pref("offline.download_discussions", true); //default for offline usage is TRUE
- pref("offline.download_mail", true); //default for offline usage is TRUE
- pref("offline.download_messages", true); //default for offline usage is TRUE
-
- pref("news.keep.method", 0); // 0 = all, 1 = by age, 2 = by message count
- pref("news.keep.days", 30); // days
- pref("news.keep.count", 30); //keep x newest messages
- pref("news.keep.only_unread", false);
- pref("news.remove_bodies.by_age", false);
- pref("news.remove_bodies.days", 20);
-
- pref("mime.Netscape_Source.description", "View Source");
-
- pref("browser.enable_webfonts", true);
-
- pref("browser.use_document_fonts", 2); // 0 = never, 1 = quick, 2 = always
-
- // -- folders (Mac: these are binary aliases.)
- pref("browser.download_directory", "");
- pref("browser.cache.directory", "");
- pref("mail.signature_file", "");
- pref("mail.directory", "");
- pref("mail.cc_file", "");
- pref("news.cc_file", "");
-
- pref("news.fancy_listing", true); // obsolete
- pref("browser.cache.wfe.directory", null);
- pref("browser.wfe.show_value", 1);
- pref("browser.blink_allowed", true);
- pref("images.dither", "auto");
- pref("images.incremental_display", true);
- pref("network.wfe.use_async_dns", true);
- pref("network.wfe.tcp_connect_timeout",0);
- pref("news.directory", "");
- pref("security.directory", "");
-
- pref("autoupdate.enabled", true);
-
- pref("imap.io.mac.logging", false);
-
- pref("browser.editor.disabled", false);
-
- pref("ldap.number_of_directories", 7);
-
- pref("ldap.directory1.description", "Personal Address Book");
- pref("ldap.directory1.dirType", 2);
- pref("ldap.directory1.isOffline", false);
-
- pref("ldap.directory2.description", "Bigfoot Directory");
- pref("ldap.directory2.serverName", "ldap.bigfoot.com");
-
- pref("ldap.directory3.description", "FedEx Package Trace");
- pref("ldap.directory3.serverName", "ldap-trace.fedex.com");
- pref("ldap.directory3.searchBase", "c=US");
- pref("ldap.directory3.attributes.cn", "FedEx Airbill#:airbill");
- pref("ldap.directory3.attributes.custom1", "FedEx Ship Date:shipdate");
- pref("ldap.directory3.attributes.custom2", "FedEx Dest. Country:country");
-
- pref("ldap.directory4.description", "Four11 Directory");
- pref("ldap.directory4.serverName", "ldap.four11.com");
-
- pref("ldap.directory5.description", "InfoSpace Directory");
- pref("ldap.directory5.serverName", "ldap.infospace.com");
-
- pref("ldap.directory6.description", "Switchboard Directory");
- pref("ldap.directory6.serverName", "ldap.switchboard.com");
- pref("ldap.directory6.searchBase", "c=US");
- pref("ldap.directory6.attributes.telephoneNumber", "Phone Number:homephone");
- pref("ldap.directory6.attributes.street", "State:st");
- pref("ldap.directory6.filter1.repeatFilterForWords", false);
-
- pref("ldap.directory7.description", "WhoWhere Directory");
- pref("ldap.directory7.serverName", "ldap.whowhere.com");
-
- pref("ldap_1.number_of_directories", 6);
-
- pref("ldap_1.directory1.description", "Personal Address Book");
- pref("ldap_1.directory1.dirType", 2);
- pref("ldap_1.directory1.isOffline", false);
-
- pref("ldap_1.directory2.description", "Four11 Directory");
- pref("ldap_1.directory2.serverName", "ldap.four11.com");
-
- pref("ldap_1.directory3.description", "InfoSpace Directory");
- pref("ldap_1.directory3.serverName", "ldap.infospace.com");
-
- pref("ldap_1.directory4.description", "WhoWhere Directory");
- pref("ldap_1.directory4.serverName", "ldap.whowhere.com");
-
- pref("ldap_1.directory5.description", "Bigfoot Directory");
- pref("ldap_1.directory5.serverName", "ldap.bigfoot.com");
-
- pref("ldap_1.directory6.description", "Switchboard Directory");
- pref("ldap_1.directory6.serverName", "ldap.switchboard.com");
- pref("ldap_1.directory6.searchBase", "c=US");
- pref("ldap_1.directory6.attributes.telephoneNumber", "Phone Number:homephone");
- pref("ldap_1.directory6.attributes.street", "State:st");
- pref("ldap_1.directory6.filter1.repeatFilterForWords", false);
-
- pref("ldapList.version", 0);
-
- pref("netcaster.containers.count", "2");
- pref("netcaster.containers.container1", "-3;'Channel_Finder';'http://netcaster.netscape.com/finder/container/index.html';1440;0");
- pref("netcaster.containers.container2", "1,2;'Channels';");
- pref("netcaster.channel.count", "0");
- pref("netcaster.castanet.count", "0");
- pref("netcaster.castanet.acceptCookies", false);
- pref("netcaster.castanet.loggingEnabled", true);
- pref("netcaster.castanet.profileEnabled", true);
- pref("netcaster.admin.startTime", "9");
- pref("netcaster.admin.endTime", "17");
- pref("netcaster.admin.times", "0");
- pref("netcaster.defaultChannel", "netscape_channel");
-
- pref("SpellChecker.DefaultLanguage", 0);
- pref("SpellChecker.DefaultDialect", 0);
- // End section from all.js
-
- // make it run default_config so that these get set in as the defaults.
- var old_config_func = config;
- config = default_config;
-
-
- // The following is from config.js
- config("startup.homepage_override_url","http://home.netscape.com/home/first.html");
- config("autoadmin.append_emailaddr",false);
- config("autoadmin.failover_to_cached",true);
-
- config("toolbar.logo.url","http://home.netscape.com/");
- config("toolbar.logo.win_small_file","");
- config("toolbar.logo.win_large_file","");
- config("toolbar.logo.frames",-1);
-
- config("toolbar.places.default_url","http://guide.netscape.com");
-
- config("toolbar.places.item_0.label","The Internet");
- config("toolbar.places.item_0.url","http://guide.netscape.com");
- config("toolbar.places.item_1.label","People");
- config("toolbar.places.item_1.url","http://guide.netscape.com/guide/people.html");
- config("toolbar.places.item_2.label","Yellow Pages");
- config("toolbar.places.item_2.url","http://guide.netscape.com/guide/yellow_pages.html");
- config("toolbar.places.item_3.label","What's New");
- config("toolbar.places.item_3.url","http://guide.netscape.com/guide/whats_new.html");
- config("toolbar.places.item_4.label","What's Cool");
- config("toolbar.places.item_4.url","http://guide.netscape.com/guide/whats_cool.html");
-
- config("internal_url.net_search.url","http://home.netscape.com/home/internet-search.html");
- config("internal_url.more_info_plugin.url","http://cgi.netscape.com/eng/mozilla/2.0/extensions/info.cgi");
- config("internal_url.default_template.url","http://home.netscape.com/home/gold3.0_templates.html");
- config("internal_url.page_from_wizard.url", "http://home.netscape.com/home/gold4.0_wizard.html");
-
- config("menu.places.item_0.label","The &Internet");
- config("menu.places.item_0.url","http://guide.netscape.com");
- config("menu.places.item_1.label","&People");
- config("menu.places.item_1.url","http://guide.netscape.com/guide/people.html");
- config("menu.places.item_2.label","&Yellow Pages");
- config("menu.places.item_2.url","http://guide.netscape.com/guide/yellow_pages.html");
- config("menu.places.item_3.label","What's &New");
- config("menu.places.item_3.url","http://guide.netscape.com/guide/whats_new.html");
- config("menu.places.item_4.label","What's &Cool");
- config("menu.places.item_4.url","http://guide.netscape.com/guide/whats_cool.html");
-
- config("menu.help.item_0.label","&Help Contents");
- config("menu.help.item_0.url","nethelp:netscape/home:start_here");
- config("menu.help.item_1.label","&Release Notes");
- config("menu.help.item_1.url","http://home.netscape.com/eng/mozilla/4.0/relnotes/windows-4.02.html");
- config("menu.help.item_2.label","&Product Information and Support");
- config("menu.help.item_2.url","http://home.netscape.com/menu/prodsupp/client/");
- config("menu.help.item_3.label","-");
- config("menu.help.item_4.label","&Software Updates");
- config("menu.help.item_4.url","http://home.netscape.com/home/update.html");
- config("menu.help.item_5.label","Register No&w");
- config("menu.help.item_5.url","http://home.netscape.com/home/register.html");
- config("menu.help.item_6.label","&Member Services");
- config("menu.help.item_6.url","http://home.netscape.com/home/services.html");
- config("menu.help.item_7.label","-");
- config("menu.help.item_8.label","&International Users");
- config("menu.help.item_8.url","http://home.netscape.com/menu/intl/");
- config("menu.help.item_9.label","S&ecurity");
- config("menu.help.item_9.url","http://home.netscape.com/info/security-doc.html");
- config("menu.help.item_10.label","Net Etiq&uette");
- config("menu.help.item_10.url","http://home.netscape.com/menu/netet/");
- config("menu.help.item_11.label","-");
- config("menu.help.item_12.label","Abou&t Plug-ins");
- config("menu.help.item_12.url","about:plugins");
- config("menu.help.item_13.label","About Font &Displayers");
- config("menu.help.item_13.url","about:fonts");
-
- config("personal_toolbar.item_0.label","Internet");
- config("personal_toolbar.item_0.url","http://guide.netscape.com/?t");
- config("personal_toolbar.item_1.label","Lookup");
- config("personal_toolbar.item_1.url","FOLDER");
- config("personal_toolbar.item_1.item_0.label","People");
- config("personal_toolbar.item_1.item_0.url","http://guide.netscape.com/guide/people.html?t");
- config("personal_toolbar.item_1.item_1.label","Yellow Pages");
- config("personal_toolbar.item_1.item_1.url","http://guide.netscape.com/guide/yellow_pages.html?t");
- config("personal_toolbar.item_2.label","New&Cool");
- config("personal_toolbar.item_2.url","FOLDER");
- config("personal_toolbar.item_2.item_0.label","What's New");
- config("personal_toolbar.item_2.item_0.url","http://guide.netscape.com/guide/whats_new.html?t");
- config("personal_toolbar.item_2.item_1.label","What's Cool");
- config("personal_toolbar.item_2.item_1.url","http://guide.netscape.com/guide/whats_cool.html?t");
- config("personal_toolbar.item_3.label","Netcaster");
- config("personal_toolbar.item_3.url","http://home.netscape.com/comprod/products/communicator/netcaster.html");
-
- config("personal_toolbar.CreateNewToolbar", false);
- config("personal_toolbar.NewToolbarFolderName", "");
- config("personal_toolbar.ToolbarFolderVersion", "");
- // End section from config.js
-
- pref("netcaster.containers.channel.permissions", "24576"); // everything allowed
- pref("netcaster.drawer.dock", "right");
- pref("netcaster.drawer.autoHide", "true");
- pref("security.lower_java_network_security_by_trusting_proxies", false);
-
- config = old_config_func;
- }
-