home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / mozilla-thunderbird / global-config.js < prev   
Encoding:
Text File  |  2007-04-03  |  923 b   |  31 lines

  1. // ************************************
  2. // ***     GLOBAL CONFIG FILE       ***
  3. // *** PUT YOUR GLOBAL CONFIGS HERE ***
  4. // ************************************
  5.  
  6. /*
  7.    use this if you have no access to gnome configuration
  8.    as described on http://www.jwsdot.com/debian/faq.html#q9
  9.    and don't care about debian default settings.
  10. */
  11. // pref("network.protocol-handler.app.http","mozilla-firefox");
  12. // pref("network.protocol-handler.app.https","mozilla-firefox");
  13.  
  14.  
  15. /* 
  16.    uncomment this if you want your browser configured as
  17.    your default by means of the debian alternatives mechanism
  18. */
  19. // pref("network.protocol-handler.app.http","x-www-browser");
  20. // pref("network.protocol-handler.app.https","x-www-browser");
  21.  
  22.  
  23. /*
  24.    use this to tune your gtk2 mouse feeling
  25. */
  26. // pref("widget.gtk2.dnd.threshold",25);
  27. // pref("widget.gtk2.double_click_timeout", 300);
  28.  
  29. /* enable locale packages */
  30. pref("intl.locale.matchOS", true);
  31.