home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / modules / libpref / src / unix / unix.js < prev    next >
Encoding:
Text File  |  1998-04-08  |  7.2 KB  |  163 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. // The other platforms roll this all into "toolbar mode".
  20. pref("browser.chrome.toolbar_tips", true);
  21. pref("browser.chrome.show_menubar", true);
  22.  
  23. pref("mail.empty_trash", false);
  24.  
  25. // Handled differently under Mac/Windows
  26. pref("network.hosts.smtp_server", "localhost");
  27. pref("network.hosts.pop_server", "pop");
  28. pref("mail.check_new_mail", true);
  29. pref("mail.sort_by", 0);
  30. pref("news.sort_by", 0);
  31. pref("browser.startup.license_accepted", "");
  32. pref("browser.cache.directory", "~/.netscape/cache");
  33. pref("browser.sarcache.directory", "~/.netscape/sarcache");
  34. pref("browser.cache.memory_cache_size", 3000);
  35. pref("browser.cache.disk_cache_size", 5000);
  36. pref("mail.directory", "~/nsmail/");
  37. pref("mail.imap.root_dir", "~/ns_imap/");
  38. pref("mail.signature_file", "~/.signature");
  39. pref("mail.default_fcc", "~/nsmail/Sent");
  40. pref("news.directory", "~");
  41. pref("news.default_fcc", "~/nsmail/Sent");
  42. pref("mailnews.reply_on_top", 0);
  43. pref("mailnews.reply_with_extra_lines", 0);
  44. pref("browser.startup.default_window", 0);
  45. pref("security.warn_accept_cookie", false);
  46. pref("editor.disable_spell_checker", false);
  47.  
  48. // Instead of "delay_images"
  49. pref("browser.autoload_images", true);
  50.  
  51. // Unix only
  52. pref("mail.use_movemail", true);
  53. pref("mail.use_builtin_movemail", true);
  54. pref("mail.movemail_program", "");
  55. pref("mail.movemail_warn", false);
  56. pref("mail.sash_geometry", "");
  57. pref("news.cache_xover", false);
  58. pref("news.show_first_unread", false);
  59. pref("news.sash_geometry", "");
  60. pref("browser.bookmark_file", "~/.netscape/bookmarks.html");
  61. pref("browser.history_file", "~/.netscape/history.db");
  62. pref("browser.user_history_file", "~/.netscape/history.list");
  63. pref("helpers.global_mime_types_file", "/usr/local/lib/netscape/mime.types");
  64. pref("helpers.global_mailcap_file", "/usr/local/lib/netscape/mailcap");
  65. pref("helpers.private_mime_types_file", "~/.mime.types");
  66. pref("helpers.private_mailcap_file", "~/.mailcap");
  67. pref("applications.telnet", "xterm -e telnet %h %p");
  68. pref("applications.tn3270", "xterm -e tn3270 %h");
  69. pref("applications.rlogin", "xterm -e rlogin %h");
  70. pref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u");
  71. pref("applications.tmp_dir", "/tmp");
  72. // On Solaris/IRIX, this should be "lp"
  73. pref("print.print_command", "lpr");
  74. pref("print.print_reversed", false);
  75. pref("print.print_color", true);
  76. pref("print.print_landscape", false);
  77. pref("print.print_paper_size", 0);
  78.  
  79. // Not sure what this one does...
  80. pref("browser.fancy_ftp", true);
  81.  
  82. // Fortezza stuff
  83. pref("fortezza.toggle", 1);
  84. pref("fortezza.timeout", 30);
  85.  
  86. pref("intl.font_charset", "");
  87. pref("intl.font_spec_list", "");
  88. pref("mail.signature_date", 0);
  89.  
  90. // Outliner column defaults
  91. pref("addressbook.searchpane.outliner_geometry", "");
  92. pref("addressbook.addresseepane.outliner_geometry", "");
  93. pref("addressbook.listpane.outliner_geometry", "");
  94. pref("addressbook.outliner_geometry", "");
  95. pref("mail.composition.addresspane.outliner_geometry", "");
  96. pref("bookmarks.outliner_geometry", "");
  97. pref("mail.categorypane.outliner_geometry", "");
  98. pref("mail.folderpane.outliner_geometry", "");
  99. pref("history.outliner_geometry", "");
  100. pref("mail.ldapsearchpane.outliner_geometry", "");
  101. pref("mail.searchpane.outliner_geometry", "");
  102. pref("mail.mailfilter.outliner_geometry", "");
  103. pref("preferences.lang.outliner_geometry", "");
  104. pref("preferences.dir.outliner_geometry", "");
  105. pref("preferences.font.outliner_geometry", "");
  106. pref("mail.subscribepane.all_groups.outliner_geometry", "");
  107. pref("mail.subscribepane.new_groups.outliner_geometry", "");
  108. pref("mail.subscribepane.search_groups.outliner_geometry", "");
  109. pref("mail.threadpane.outliner_geometry", "");
  110. pref("mail.threadpane.messagepane_height", 400);
  111.  
  112. // Customizable toolbar stuff
  113. pref("custtoolbar.personal_toolbar_folder", "Personal Toolbar Folder");
  114. pref("custtoolbar.has_toolbar_folder", true);
  115. pref("custtoolbar.Browser.Navigation_Toolbar.position", 0);
  116. pref("custtoolbar.Browser.Navigation_Toolbar.showing", true);
  117. pref("custtoolbar.Browser.Navigation_Toolbar.open", true);
  118. pref("custtoolbar.Browser.Location_Toolbar.position", 1);
  119. pref("custtoolbar.Browser.Location_Toolbar.showing", true);
  120. pref("custtoolbar.Browser.Location_Toolbar.open", true);
  121. pref("custtoolbar.Browser.Personal_Toolbar.position", 2);
  122. pref("custtoolbar.Browser.Personal_Toolbar.showing", true);
  123. pref("custtoolbar.Browser.Personal_Toolbar.open", true);
  124. pref("custtoolbar.Messenger.Navigation_Toolbar.position", 0);
  125. pref("custtoolbar.Messenger.Navigation_Toolbar.showing", true);
  126. pref("custtoolbar.Messenger.Navigation_Toolbar.open", true);
  127. pref("custtoolbar.Messenger.Location_Toolbar.position", 1);
  128. pref("custtoolbar.Messenger.Location_Toolbar.showing", true);
  129. pref("custtoolbar.Messenger.Location_Toolbar.open", true);
  130. pref("custtoolbar.Messages.Navigation_Toolbar.position", 0);
  131. pref("custtoolbar.Messages.Navigation_Toolbar.showing", true);
  132. pref("custtoolbar.Messages.Navigation_Toolbar.open", true);
  133. pref("custtoolbar.Messages.Location_Toolbar.position", 1);
  134. pref("custtoolbar.Messages.Location_Toolbar.showing", true);
  135. pref("custtoolbar.Messages.Location_Toolbar.open", true);
  136. pref("custtoolbar.Folders.Navigation_Toolbar.position", 0);
  137. pref("custtoolbar.Folders.Navigation_Toolbar.showing", true);
  138. pref("custtoolbar.Folders.Navigation_Toolbar.open", true);
  139. pref("custtoolbar.Folders.Location_Toolbar.position", 1);
  140. pref("custtoolbar.Folders.Location_Toolbar.showing", true);
  141. pref("custtoolbar.Folders.Location_Toolbar.open", true);
  142. pref("custtoolbar.Address_Book.Address_Book_Toolbar.position", 0);
  143. pref("custtoolbar.Address_Book.Address_Book_Toolbar.showing", true);
  144. pref("custtoolbar.Address_Book.Address_Book_Toolbar.open", true);
  145. pref("custtoolbar.Compose_Message.Message_Toolbar.position", 0);
  146. pref("custtoolbar.Compose_Message.Message_Toolbar.showing", true);
  147. pref("custtoolbar.Compose_Message.Message_Toolbar.open", true);
  148. pref("custtoolbar.Composer.Composition_Toolbar.position", 0);
  149. pref("custtoolbar.Composer.Composition_Toolbar.showing", true);
  150. pref("custtoolbar.Composer.Composition_Toolbar.open", true);
  151. pref("custtoolbar.Composer.Formatting_Toolbar.position", 1);
  152. pref("custtoolbar.Composer.Formatting_Toolbar.showing", true);
  153. pref("custtoolbar.Composer.Formatting_Toolbar.open", true);
  154.  
  155. pref("taskbar.x", -1);
  156. pref("taskbar.y", -1);
  157. pref("taskbar.floating", false);
  158. pref("taskbar.horizontal", false);
  159. pref("taskbar.ontop", false);
  160. pref("taskbar.button_style", -1);
  161.  
  162. config("menu.help.item_1.url", "http://home.netscape.com/eng/mozilla/5.0/relnotes/unix-5.0.html");
  163.