?? all-thunderbird.js
字號:
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */#expand pref("general.useragent.extra.thunderbird", "Thunderbird/__APP_VERSION__");#expand pref("general.useragent.locale", "__AB_CD__");pref("general.skins.selectedSkin", "classic/1.0");#ifdef XP_MACOSXpref("browser.chromeURL", "chrome://messenger/content/messengercompose/messengercompose.xul");pref("mail.biff.animate_dock_icon", false);#endif// App-specific update preferences// Whether or not app updates are enabledpref("app.update.enabled", true); // This preference turns on app.update.mode and allows automatic download and// install to take place. We use a separate boolean toggle for this to make // the UI easier to construct.pref("app.update.auto", true);// Defines how the Application Update Service notifies the user about updates://// AUM Set to: Minor Releases: Major Releases:// 0 download no prompt download no prompt// 1 download no prompt download no prompt if no incompatibilities// 2 download no prompt prompt//// See chart in nsUpdateService.js.in for more details//pref("app.update.mode", 1);// If set to true, the Update Service will present no UI for any event.// Update service URL:pref("app.update.url", "https://aus2.mozilla.org/update/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");pref("app.update.vendorName.override", "Mozilla");// URL user can browse to manually if for some reason all update installation// attempts fail. TODO: Change this URLpref("app.update.url.manual", "http://www.mozilla.org/products/thunderbird/");// A default value for the "More information about this update" link// supplied in the "An update is available" page of the update wizard. pref("app.update.url.details", "chrome://messenger-region/locale/region.properties");// User-settable override to app.update.url for testing purposes.//pref("app.update.url.override", "");// Interval: Time between checks for a new version (in seconds)// default=1 daypref("app.update.interval", 86400);// Interval: Time before prompting the user to download a new version that // is available (in seconds) default=1 daypref("app.update.nagTimer.download", 86400);// Interval: Time before prompting the user to restart to install the latest// download (in seconds) default=30 minutespref("app.update.nagTimer.restart", 1800);// Interval: When all registered timers should be checked (in milliseconds)// default=5 secondspref("app.update.timer", 600000);// Whether or not we show a dialog box informing the user that the update was// successfully applied. This is off in Firefox by default since we show a // upgrade start page instead! Other apps may wish to show this UI, and supply// a whatsNewURL field in their brand.properties that contains a link to a page// which tells users what's new in this new update.pref("app.update.showInstalledUI", false);// Blocklist preferencespref("extensions.blocklist.enabled", true);pref("extensions.blocklist.interval", 86400);pref("extensions.blocklist.url", "https://addons.mozilla.org/blocklist/1/%APP_ID%/%APP_VERSION%/");pref("extensions.blocklist.detailsURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/blocklist/");// Developers can set this to |true| if they are constantly changing files in their// extensions directory so that the extension system does not constantly think that// their extensions are being updated and thus reregistered every time the app is startedpref("extensions.ignoreMTimeChanges", false);// Enables some extra Extension System Logging (can reduce performance) pref("extensions.logging.enabled", false); // Symmetric (can be overridden by individual extensions) update preferences.// e.g.// extensions.{GUID}.update.enabled// extensions.{GUID}.update.url// extensions.{GUID}.update.interval// .. etc ..//pref("extensions.update.enabled", true);pref("extensions.update.url", "chrome://mozapps/locale/extensions/extensions.properties");pref("extensions.update.interval", 86400); // Check for updates to Extensions and // Themes every week// Non-symmetric (not shared by extensions) extension-specific [update] preferencespref("extensions.getMoreExtensionsURL", "http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/extensions/");pref("extensions.getMoreThemesURL", "http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/themes/");pref("extensions.dss.enabled", false); // Dynamic Skin Switching pref("extensions.dss.switchPending", false); // Non-dynamic switch pending after nextpref("xpinstall.whitelist.add", "update.mozilla.org");pref("xpinstall.whitelist.add.103", "addons.mozilla.org");pref("mail.shell.checkDefaultClient", true);pref("mail.spellcheck.inline", true);pref("mail.showPreviewText", true); // enables preview text in mail alerts and folder tooltipspref("mail.biff.alert.show_preview", true);pref("mail.biff.alert.show_subject", true);pref("mail.biff.alert.show_sender", true);// Folder Pane View// 0 == All Folders// 1 == Unread Folders// 2 == Favorite Folders// 3 == Most Recently Used Folderspref("mail.ui.folderpane.view", 0);pref("mail.folder.views.version", 0);// target folder URI used for the last move or copypref("mail.last_msg_movecopy_target_uri", "");// last move or copy operation was a movepref("mail.last_msg_movecopy_was_move", true);#ifdef XP_WINpref("browser.preferences.instantApply", false);#elsepref("browser.preferences.instantApply", true);#endif#ifdef XP_MACOSXpref("browser.preferences.animateFadeIn", true);#elsepref("browser.preferences.animateFadeIn", false);#endifpref("accessibility.typeaheadfind", false);pref("accessibility.typeaheadfind.timeout", 5000);pref("accessibility.typeaheadfind.linksonly", false);pref("accessibility.typeaheadfind.flashBar", 1);/////////////////////////////////////////////////////////////////// Overrides of the seamonkey suite mailnews.js prefs///////////////////////////////////////////////////////////////// pref("mail.showFolderPaneColumns", false); // setting to true will allow total/unread/size columnspref("mail.showCondensedAddresses", true); // show the friendly display name for people I know// hidden pref for changing how we present attachments in the message panepref("mailnews.attachments.display.largeView", false); pref("mail.pane_config.dynamic", 0);pref("mailnews.reuse_thread_window2", true);pref("mail.spam.display.sanitize", true); // sanitize the HTML in spam messagespref("mail.standalone", true); pref("editor.singleLine.pasteNewlines", 4); // substitute commas for new lines in single line text boxes// hidden pref to ensure a certain number of headers in the message pane// to avoid the height of the header area from changing when headers are present / not presentpref("mailnews.headers.minNumHeaders", 0); // 0 means we ignore this prefpref("mail.compose.dontWarnMail2Newsgroup", false);pref("network.cookie.cookieBehavior", 3); // 0-Accept, 1-dontAcceptForeign, 2-dontUse, 3-p3p/////////////////////////////////////////////////////////////////// End seamonkey suite mailnews.js pref overrides
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -