home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 February / macformat-126-disc-2.iso / pc / Resources (classic) / Mozilla 1.1 / Installer Modules / browser.xpi / viewer / defaults / pref / mailnews.js < prev    next >
Encoding:
Text File  |  2002-08-26  |  24.0 KB  |  463 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Netscape Public License
  6.  * Version 1.1 (the "License"); you may not use this file except in
  7.  * compliance with the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/NPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is 
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the NPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the NPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. // this is a hidden preference setting, see bugzilla bug 80035
  39. // (http://bugzilla.mozilla.org/show_bug.cgi?id=80035)
  40. //
  41. // the default value for this setting is true which means when migrating from
  42. // Netscape 4.x, mozilla will copy all the contents of Local Folders and Imap
  43. // Folder to the newly created subfolders of migrated mozilla profile
  44. // when this value is set to false, mozilla will not copy these contents and
  45. // still share them with Netscape 4.x
  46. //
  47. // Advantages of forbidding copy operation:
  48. //     reduce the disk usage
  49. //     quick migration
  50. // Disadvantage of forbidding copy operation:
  51. //     without perfect lock mechamism, there is possibility of data corruption
  52. //     when Netscape 4.x and mozilla run at the same time and access the same
  53. //     mail file at the same time
  54. pref("mail.migration.copyMailFiles", true);
  55.  
  56. //mailnews.timeline_is_enabled should be set to true ONLY for perf measurement-timeline builds.
  57. pref("mailnews.timeline_is_enabled", false);
  58.  
  59. pref("mailnews.logComposePerformance", false);
  60.  
  61. pref("mail.wrap_long_lines",                true);
  62. pref("news.wrap_long_lines",                true);
  63. pref("mail.inline_attachments",             true);
  64. // hidden pref for controlling if the user agent string
  65. // is displayed in the message pane or not...
  66. pref("mailnews.headers.showUserAgent",       false);
  67.  
  68. // Mail server preferences, pop by default
  69. pref("mail.server_type",    0);     // 0 pop, 1 imap,
  70.                     // (Unix only:)
  71.                     // 2 movemail, 3 inbox          
  72. pref("mail.auth_login", true);
  73.  
  74. pref("mail.default_drafts", "");    // empty string use default Drafts name;
  75. pref("mail.default_templates", ""); // empty string use default Templates name
  76.  
  77. pref("mail.imap.server_sub_directory",      "");
  78. pref("mail.imap.max_cached_connections",    10);
  79. pref("mail.imap.fetch_by_chunks",           true);
  80. pref("mail.imap.chunk_size",                10240);
  81. pref("mail.imap.min_chunk_size_threshold",  15360);
  82. pref("mail.imap.max_chunk_size",            40960);
  83. pref("mail.imap.chunk_fast",                2);
  84. pref("mail.imap.chunk_ideal",               4);
  85. pref("mail.imap.chunk_add",                 2048);
  86. pref("mail.imap.hide_other_users",          false);
  87. pref("mail.imap.hide_unused_namespaces",    true);
  88. pref("mail.imap.new_mail_get_headers",      true);
  89. pref("mail.imap.auto_unsubscribe_from_noselect_folders",    true);
  90. pref("mail.imap.cleanup_inbox_on_exit",     false);
  91. pref("mail.imap.mime_parts_on_demand",      true);
  92. pref("mail.imap.mime_parts_on_demand_max_depth", 15);
  93. pref("mail.imap.mime_parts_on_demand_threshold", 30000);
  94. pref("mail.thread_without_re",                true);
  95. pref("mail.leave_on_server",                false);
  96. pref("mail.default_cc",                     "");
  97. pref("mail.default_fcc",                    ""); // maibox:URL or Imap://Host/OnLineFolderName
  98. pref("mail.check_new_mail",                 false);
  99. pref("mail.pop3_gets_new_mail",             false);
  100. pref("mail.check_time",                     10);
  101. pref("mail.pop_name",                       "");
  102. pref("mail.remember_password",              false);
  103. pref("mail.pop_password",                   "");
  104. pref("mail.auto_quote",                     true);
  105. pref("mail.fixed_width_messages",           true);
  106. pref("mail.citation_color",                 ""); // quoted color
  107. pref("mail.quoted_style",                   0); // 0=plain, 1=bold, 2=italic, 3=bolditalic
  108. pref("mail.quoted_size",                    0); // 0=normal, 1=big, 2=small
  109. pref("mail.quoted_graphical",               true); // use HTML-style quoting for displaying plain text
  110. pref("mail.quoteasblock",                   true); // use HTML-style quoting for quoting plain text
  111. pref("mail.identity.organization",          "");
  112. pref("mail.identity.reply_to",              "");
  113. pref("mail.identity.username",              "");
  114. pref("mail.identity.useremail",             "");
  115. pref("mail.use_fcc",                        true);
  116. pref("mail.cc_self",                        false);
  117. pref("mail.strictly_mime",                  false);
  118. pref("mail.strictly_mime_headers",          true);
  119. pref("mail.file_attach_binary",             false);
  120. pref("mail.show_headers",                   1); // some
  121. pref("mail.pane_config",                    0);
  122. pref("mail.addr_book.mapit_url.format", "chrome://messenger-region/locale/region.properties");
  123.  
  124. // the format for "mail.addr_book.quicksearchquery.format" is:
  125. // @V == the escaped value typed in the quick search bar in the addressbook
  126. //
  127. // note, changing this might require a change to SearchNameOrEmail.label
  128. // in messenger.dtd
  129. pref("mail.addr_book.quicksearchquery.format","?(or(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V))");
  130.  
  131. // values for "mail.addr_book.lastnamefirst" are:
  132. //0=displayname, 1=lastname first, 2=firstname first
  133. pref("mail.addr_book.lastnamefirst", 0); 
  134. pref("mail.addr_book.displayName.autoGeneration", true);
  135. pref("mail.addr_book.displayName.lastnamefirst", false); // generate display names in last first order
  136. pref("mail.attach_vcard",                   false);
  137. pref("mail.html_compose",                   true);
  138. pref("mail.compose.other.header",        "");
  139. pref("mail.fcc_folder",                     "");
  140. pref("mail.encrypt_outgoing_mail",          false);
  141. pref("mail.crypto_sign_outgoing_mail",      false);
  142. pref("mail.default_html_action", 0);          // 0=ask, 1=plain, 2=html, 3=both
  143. pref("mail.smtp.ssl",0);                      // 0 = no, 1 = try, 2 = must use SSL
  144.  
  145. pref("mail.mdn.report.not_in_to_cc", 2);               // 0: Never 1: Always 2: Ask me
  146. pref("mail.mdn.report.outside_domain", 2);             // 0: Never 1: Always 2: Ask me
  147. pref("mail.mdn.report.other", 2);                      // 0: Never 1: Always 2: Ask me 3: Denial
  148.  
  149. pref("mail.incorporate.return_receipt", 0);            // 0: Inbox/filter 1: Sent folder
  150. pref("mail.request.return_receipt", 2);                // 1: DSN 2: MDN 3: Both
  151. pref("mail.receipt.request_header_type", 0);           // 0: MDN-DNT header  1: RRT header 2: Both (MC)
  152. pref("mail.receipt.request_return_receipt_on", false);
  153. pref("mail.mdn.report.enabled", true);                 // false: Never send true: Send sometimes
  154.  
  155. pref("news.default_cc",                     "");
  156. pref("news.default_fcc",                    ""); // mailbox:URL or Imap://Host/OnlineFolderName
  157. pref("news.use_fcc",                        true);
  158. pref("news.cc_self",                        false);
  159. pref("news.fcc_folder",                     "");
  160. pref("news.notify.on",                      true);
  161. pref("news.max_articles",                   500);
  162. pref("news.mark_old_read",                  false);
  163.  
  164. pref("mailnews.wraplength",                 72);
  165. pref("mail.compose.wrap_to_window_width",   false);
  166.  
  167. pref("mailnews.reply_on_top",               0); // 0=bottom 1=top 2=select+bottom 3=select+top
  168.  
  169. // 0=no header, 1="<author> wrote:", 2="On <date> <author> wrote:", 3="<author> wrote On <date>:", 4=user specified
  170. pref("mailnews.reply_header_type",          1);
  171. // locale which affects date format, set empty string to use application default locale
  172. pref("mailnews.reply_header_locale",        "en-US");
  173. pref("mailnews.reply_header_authorwrote",   "chrome://messenger/locale/messengercompose/composeMsgs.properties");
  174. pref("mailnews.reply_header_ondate",        "On %s");
  175. // separator to separate between date and author
  176. pref("mailnews.reply_header_separator",     ", ");
  177. pref("mailnews.reply_header_colon",         ":");
  178. pref("mailnews.reply_header_originalmessage",   "chrome://messenger/locale/messengercompose/composeMsgs.properties");
  179.  
  180. pref("mail.purge_threshhold",                100);
  181. pref("mail.prompt_purge_threshhold",             false);   
  182.  
  183. pref("mailnews.offline_sync_mail",         false);
  184. pref("mailnews.offline_sync_news",         false);
  185. pref("mailnews.offline_sync_send_unsent",  true);
  186. pref("mailnews.offline_sync_work_offline", false);   
  187. pref("mailnews.force_ascii_search",         false);
  188. pref("mailnews.autolookup_unknown_mime_types",  true);
  189.  
  190. pref("mailnews.send_default_charset",       "chrome://messenger/locale/messenger.properties");
  191. pref("mailnews.view_default_charset",       "chrome://messenger/locale/messenger.properties");
  192. pref("mailnews.force_charset_override",     false);
  193.  
  194. pref("mailnews.language_sensitive_font",    true);
  195.  
  196. pref("offline.news.download.unread_only",   true);
  197. pref("offline.news.download.by_date",       true);
  198. pref("offline.news.download.use_days",      false);
  199. pref("offline.news.download.days",          30);    // days
  200. pref("offline.news.download.increments",    3); // 0-yesterday, 1-1 wk ago, 2-2 wk ago,
  201.                                                 // 3-1 month ago, 4-6 month ago, 5-1 year ago
  202.  
  203. pref("ldap_1.number_of_directories", 6);
  204.  
  205. pref("ldap_1.directory1.description", "Personal Address Book");
  206. pref("ldap_1.directory1.dirType", 2);
  207. pref("ldap_1.directory1.isOffline", false);
  208.  
  209. pref("ldap_1.directory2.description", "Four11 Directory");
  210. pref("ldap_1.directory2.serverName", "ldap.four11.com");
  211.  
  212. pref("ldap_1.directory3.description", "InfoSpace Directory");
  213. pref("ldap_1.directory3.serverName", "ldap.infospace.com");
  214.  
  215. pref("ldap_1.directory4.description", "WhoWhere Directory");
  216. pref("ldap_1.directory4.serverName", "ldap.whowhere.com");
  217.  
  218. pref("ldap_1.directory5.description", "Bigfoot Directory");
  219. pref("ldap_1.directory5.serverName", "ldap.bigfoot.com");
  220.  
  221. pref("ldap_1.directory6.description", "Switchboard Directory");
  222. pref("ldap_1.directory6.serverName", "ldap.switchboard.com");
  223. pref("ldap_1.directory6.searchBase", "c=US");
  224. pref("ldap_1.directory6.attributes.telephoneNumber", "Phone Number:homephone");
  225. pref("ldap_1.directory6.attributes.street", "State:st");
  226. pref("ldap_1.directory6.filter1.repeatFilterForWords", false);
  227.  
  228. pref("ldap_2.autoComplete.interval", 650);
  229. pref("ldap_2.autoComplete.enabled", true);
  230. pref("ldap_2.autoComplete.useDirectory", false);
  231. pref("ldap_2.autoComplete.useAddressBooks", true);
  232. pref("ldap_2.autoComplete.skipDirectoryIfLocalMatchFound", true);
  233. pref("ldap_2.autoComplete.directoryServer", "");
  234.  
  235. pref("ldap_2.servers.pab.position",                                1);
  236. pref("ldap_2.servers.pab.description",                            "chrome://messenger/locale/addressbook/addressBook.properties");
  237. pref("ldap_2.servers.pab.dirType",                                2);
  238. pref("ldap_2.servers.pab.isOffline",                            false);
  239.  
  240. pref("ldap_2.servers.history.position",                            2);
  241. pref("ldap_2.servers.history.description",                        "chrome://messenger/locale/addressbook/addressBook.properties");
  242. pref("ldap_2.servers.history.dirType",                            2);
  243. pref("ldap_2.servers.history.isOffline",                        false);
  244.  
  245.  
  246. // A position of zero is a special value that indicates the directory is deleted.
  247. // These entries are provided to keep the (obsolete) Four11 directory and the
  248. // WhoWhere, Bigfoot and Switchboard directories from being migrated.
  249. pref("ldap_2.servers.four11.position",                        0);
  250. pref("ldap_2.servers.four11.description",                        "Four11 Directory");
  251. pref("ldap_2.servers.four11.serverName",                        "ldap.four11.com");
  252.  
  253. pref("ldap_2.servers.whowhere.position",                        0);             
  254. pref("ldap_2.servers.whowhere.description",                        "WhoWhere Directory");
  255. pref("ldap_2.servers.whowhere.serverName",                        "ldap.whowhere.com");
  256.  
  257. pref("ldap_2.servers.bigfoot.position",                            0);             
  258. pref("ldap_2.servers.bigfoot.description",                        "Bigfoot Directory");
  259. pref("ldap_2.servers.bigfoot.serverName",                       "ldap.bigfoot.com");
  260.                                                                                  
  261. pref("ldap_2.servers.switchboard.position",                        0);             
  262. pref("ldap_2.servers.switchboard.description",                    "Switchboard Directory");
  263. pref("ldap_2.servers.switchboard.serverName",                    "ldap.switchboard.com");
  264.  
  265. pref("ldap_2.user_id",                                            0);
  266. pref("ldap_2.version",                                            3); /* Update kCurrentListVersion in include/dirprefs.h if you change this */
  267. pref("ldap_2.prefs_migrated",      false);
  268.  
  269. pref("mailnews.confirm.moveFoldersToTrash", true);
  270.  
  271. pref("mailnews.start_page.url", "chrome://messenger-region/locale/region.properties");
  272. pref("mailnews.start_page.enabled", true);
  273.  
  274. pref("mailnews.account_central_page.url", "chrome://messenger/locale/messenger.properties");
  275.  
  276. /* default prefs for Mozilla 5.0 */
  277. pref("mail.identity.default.compose_html", true);
  278. pref("mail.identity.default.valid", true);
  279. pref("mail.identity.default.fcc",true);
  280. pref("mail.identity.default.fcc_folder","mailbox://nobody@Local%20Folders/Sent");
  281. pref("mail.identity.default.bcc_self",false);
  282. pref("mail.identity.default.bcc_others",false);
  283. pref("mail.identity.default.bcc_list","");
  284. pref("mail.identity.default.draft_folder","mailbox://nobody@Local%20Folders/Drafts");
  285. pref("mail.identity.default.stationery_folder","mailbox://nobody@Local%20Folders/Templates");
  286. pref("mail.identity.default.directoryServer","");
  287. pref("mail.identity.default.overrideGlobal_Pref", false);
  288.  
  289.  
  290. pref("mail.collect_email_address_incoming", true);
  291. pref("mail.collect_email_address_outgoing", true);
  292. pref("mail.collect_email_address_newsgroup", false);
  293. pref("mail.collect_email_address_enable_size_limit", true);
  294. pref("mail.collect_email_address_size_limit", 700);
  295. pref("mail.default_sendlater_uri","mailbox://nobody@Local%20Folders/Unsent%20Messages");
  296.  
  297. pref("mail.server.default.port", -1);
  298. pref("mail.server.default.offline_support_level", -1);
  299. pref("mail.server.default.leave_on_server", false);
  300. pref("mail.server.default.download_on_biff", false);
  301. pref("mail.server.default.check_time", 10);
  302. // "mail.server.default.check_new_mail" now lives in the protocol info
  303. pref("mail.server.default.dot_fix", true);
  304. pref("mail.server.default.limit_offline_message_size", false);
  305. pref("mail.server.default.max_size", 50);
  306. pref("mail.server.default.auth_login", true);
  307. pref("mail.server.default.delete_mail_left_on_server", false);
  308. pref("mail.server.default.valid", true);
  309. pref("mail.server.default.abbreviate",true);
  310. pref("mail.server.default.isSecure", false);
  311. pref("mail.server.default.override_namespaces", true);
  312.  
  313. pref("mail.server.default.delete_model", 1);
  314. pref("mail.server.default.fetch_by_chunks", true);
  315. pref("mail.server.default.mime_parts_on_demand", true);
  316.  
  317. pref("mail.server.default.always_authenticate",false);
  318. pref("mail.server.default.max_articles", 500);
  319. pref("mail.server.default.notify.on", true);
  320. pref("mail.server.default.mark_old_read", false);
  321. pref("mail.server.default.empty_trash_on_exit", false);
  322.  
  323. pref("mail.server.default.using_subscription", true);
  324. pref("mail.server.default.dual_use_folders", true);
  325. pref("mail.server.default.canDelete", false);
  326. pref("mail.server.default.login_at_startup", false);
  327. pref("mail.server.default.allows_specialfolders_usage", true);
  328. pref("mail.server.default.canCreateFolders", true);
  329. pref("mail.server.default.canFileMessages", true);
  330.  
  331. pref("mail.smtpserver.default.auth_method", 1); // auth any
  332. pref("mail.smtpserver.default.try_ssl", 0);
  333.  
  334. // For the next 3 prefs, see <http://www.bucksch.org/1/projects/mozilla/16507>
  335. pref("mail.display_glyph", true);   // TXT->HTML :-) etc. in viewer
  336. pref("mail.display_struct", true);  // TXT->HTML *bold* etc. in viewer; ditto
  337. pref("mail.send_struct", false);   // HTML->HTML *bold* etc. during Send; ditto
  338. // For the next 4 prefs, see <http://www.bucksch.org/1/projects/mozilla/108153>
  339. pref("mailnews.display.prefer_plaintext", false);  // Ignore HTML parts in multipart/alternative
  340. pref("mailnews.display.html_as", 0);  // How to display HTML parts. 0 = Render the sender's HTML; 1 = HTML->TXT->HTML; 2 = Show HTML source; 3 = Sanitize HTML
  341. pref("mailnews.display.html_sanitizer.allowed_tags", "html head title body p br div(lang,title) h1 h2 h3 h4 h5 h6 ul ol li(value,start,compact) dl dt dd blockquote(type,cite) pre noscript noframes strong em sub sup span(lang,title) acronym(title) abbr(title) del(title,cite,datetime) ins(title,cite,datetime) q(cite) a(href,name,title) img(alt,title,longdesc) base(href) area(alt) applet(alt) object(alt) var samp dfn address kbd code cite s strike tt b i table(align) caption tr(align,valign) td(rowspan,colspan,align,valign) th(rowspan,colspan,align,valign)");
  342. pref("mailnews.display.disallow_mime_handlers", 0);  /* Let only a few classes process incoming data. This protects from bugs (e.g. buffer overflows) and from security loopholes (e.g. allowing unchecked HTML in some obscure classes, although the user has html_as > 0).
  343. This option is mainly for the UI of html_as.
  344. 0 = allow all available classes
  345. 1 = Use hardcoded blacklist to avoid rendering (incoming) HTML
  346. 2 = ... and inline images
  347. 3 = ... and some other uncommon content types
  348. 100 = Use hardcoded whitelist to avoid even more bugs(buffer overflows).
  349.       This mode will limit the features available (e.g. uncommon
  350.       attachment types and inline images) and is for paranoid users.
  351. */
  352.  
  353. pref("mail.forward_message_mode", 0); // 0=default as attachment 2=forward as inline with attachments, (obsolete 4.x value)1=forward as quoted (mapped to 2 in mozilla)
  354.  
  355. pref("mail.startup.enabledMailCheckOnce", false);
  356.  
  357. pref("mailnews.max_header_display_length",3); // number of addresses to show
  358.  
  359. pref("messenger.throbber.url","chrome://messenger-region/locale/region.properties");
  360. pref("compose.throbber.url","chrome://messenger-region/locale/region.properties");
  361. pref("addressbook.throbber.url","chrome://messenger-region/locale/region.properties");
  362.  
  363. pref("mailnews.send_plaintext_flowed", true); // RFC 2646=======
  364. pref("mailnews.display.disable_format_flowed_support", false);
  365. pref("mailnews.nav_crosses_folders", 1); // prompt user when crossing folders
  366.  
  367. // these two news.cancel.* prefs are for use by QA for automated testing.  see bug #31057
  368. pref("news.cancel.confirm",true);
  369. pref("news.cancel.alert_on_success",true);
  370. pref("mail.SpellCheckBeforeSend",false);
  371. pref("mail.warn_on_send_accel_key", true);
  372. pref("mail.enable_autocomplete",true);
  373. pref("mailnews.html_domains","");
  374. pref("mailnews.plaintext_domains","");
  375. pref("mailnews.global_html_domains.version",1);
  376.  
  377. // Pref controlling the updates on the pre-configured accounts.
  378. // In order to add new pre-configured accounts (after a version),
  379. // increase the following version number besides updating the
  380. // pref mail.accountmanager.appendaccounts 
  381. pref("mailnews.append_preconfig_accounts.version",1);
  382.  
  383. // Pref controlling the updates on the pre-configured smtp servers.
  384. // In order to add new pre-configured smtp servers (after a version),
  385. // increase the following version number besides updating the
  386. // pref mail.smtpservers.appendsmtpservers
  387. pref("mail.append_preconfig_smtpservers.version",1);
  388.  
  389. pref("mail.biff.play_sound",true);
  390. pref("mail.biff.show_alert", true);
  391.  
  392. pref("mail.content_disposition_type", 0);
  393.  
  394. pref("mailnews.show_send_progress", true); //Will show a progress dialog when saving or sending a message
  395. pref("mail.server.default.retainBy", 1);
  396.  
  397. // for manual upgrades of certain UI features.
  398. // 1 -> 2 is for the folder pane tree landing, to hide the
  399. // unread and total columns, see msgMail3PaneWindow.js
  400. pref("mail.ui.folderpane.version", 1);                                          
  401.  
  402. // for manual upgrades of certain UI features.
  403. // 1 -> 2 is for the thread pane tree landing, to hide the
  404. // labels column, see msgMail3PaneWindow.js
  405. pref("mailnews.ui.threadpane.version", 1);                                          
  406. // for manual upgrades of certain UI features.
  407. // 1 -> 2 is for the ab results pane tree landing
  408. // to hide the non default columns in the addressbook dialog
  409. // see abCommon.js and addressbook.js
  410. pref("mailnews.ui.addressbook_results.version", 1);                                          
  411. // for manual upgrades of certain UI features.
  412. // 1 -> 2 is for the ab results pane tree landing
  413. // to hide the non default columns in the addressbook sidebar panel
  414. // see abCommon.js and addressbook-panel.js
  415. pref("mailnews.ui.addressbook_panel_results.version", 1);                                          
  416. // for manual upgrades of certain UI features.
  417. // 1 -> 2 is for the ab results pane tree landing
  418. // to hide the non default columns in the select addresses dialog
  419. // see abCommon.js and abSelectAddressesDialog.js
  420. pref("mailnews.ui.select_addresses_results.version", 1); 
  421. // for manual upgrades of certain UI features.
  422. // 1 -> 2 is for the ab results pane
  423. // to hide the non default columns in the advanced directory search dialog
  424. // see abCommon.js and ABSearchDialog.js
  425. pref("mailnews.ui.advanced_directory_search_results.version", 1);                                         
  426. //If set to a number greater than 0, msg compose windows will be recycled in order to open them quickly
  427. pref("mail.compose.max_recycled_windows", 1); 
  428.  
  429. // true makes it so we persist the open state of news server when starting up the 3 pane
  430. // this is costly, as it might result in network activity.
  431. // false makes it so we act like 4.x
  432. // see bug #103010 for details
  433. pref("news.persist_server_open_state_in_folderpane",false);
  434.  
  435. // New color prefs for Labels
  436. pref("mailnews.labels.description.0", "chrome://messenger/locale/messenger.properties");
  437. pref("mailnews.labels.description.1", "chrome://messenger/locale/messenger.properties");
  438. pref("mailnews.labels.description.2", "chrome://messenger/locale/messenger.properties");
  439. pref("mailnews.labels.description.3", "chrome://messenger/locale/messenger.properties");
  440. pref("mailnews.labels.description.4", "chrome://messenger/locale/messenger.properties");
  441. pref("mailnews.labels.description.5", "chrome://messenger/locale/messenger.properties");
  442.  
  443. // mailews.labels.color.0 is not defined because there is no color associated with
  444. // this particular label.  It is defined above (mailnews.lables.description.0) because
  445. // its description string is required in order to prepend the accesskey '0':
  446. //   ie: '0 None'.
  447. pref("mailnews.labels.color.1", "#FF0000"); // default: red
  448. pref("mailnews.labels.color.2", "#FF9900"); // default: orange
  449. pref("mailnews.labels.color.3", "#009900"); // default: green
  450. pref("mailnews.labels.color.4", "#3333FF"); // default: blue
  451. pref("mailnews.labels.color.5", "#993399"); // default: purple
  452.  
  453. //default null headers
  454. //example "X-Warn: XReply", list of hdrs separated by ": "
  455. pref("mailnews.customHeaders", ""); 
  456.  
  457. pref("mailnews.fakeaccount.show", false);
  458. pref("mailnews.fakeaccount.server", "");
  459.  
  460. // message display properties
  461. pref("mailnews.message_display.disable_remote_image", false);
  462. pref("mailnews.message_display.allow.plugins", true);
  463.