~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

Viewing changes to mailnews/mailnews.js

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-10-10 18:49:32 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010184932-da75izt7y0e59afq
Tags: 1.99+2.0rc2+dfsg-0ubuntu1
* New upstream version 2.0rc2.
* Fix/workaround for epiphany GtkSocket lifetype crash:
  apply patch id=241087 from Mozilla Bugzilla #241535 to fix LP #63814.
* Change application name to `Firefox', as requested by mdz.
  Files changed:
    - browser/locales/en-US/chrome/branding/brand.dtd
    - browser/locales/en-US/chrome/branding/brand.properties;
  New values:
    - brandShortName and brandFullName: `Bon Echo' => `Firefox'
    - vendorShortName: `Mozilla' => `Ubuntu'
* Make preferences dialogue fit again (bah!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
// is displayed in the message pane or not...
73
73
pref("mailnews.headers.showOrganization",    false);
74
74
 
 
75
// If true, delete will use the direction of the sort order
 
76
// in determining the next message to select. 
 
77
pref("mail.delete_matches_sort_order", false);
 
78
 
75
79
// mailnews tcp read+write timeout in seconds.
76
80
pref("mailnews.tcptimeout", 60);
77
81
 
123
127
pref("mail.pop3_gets_new_mail",             false);
124
128
pref("mail.check_time",                     10);
125
129
pref("mail.pop_name",                       "");
 
130
pref("mail.pop3.deleteFromServerOnMove",    false);
126
131
pref("mail.remember_password",              false);
127
132
pref("mail.pop_password",                   "");
128
133
pref("mail.fixed_width_messages",           true);
285
290
pref("ldap_2.servers.pab.position",                                                             1);
286
291
pref("ldap_2.servers.pab.description",                                                  "chrome://messenger/locale/addressbook/addressBook.properties");
287
292
pref("ldap_2.servers.pab.dirType",                                                              2);
 
293
pref("ldap_2.servers.pab.filename",                             "abook.mab");
288
294
pref("ldap_2.servers.pab.isOffline",                                                    false);
289
295
 
290
296
pref("ldap_2.servers.history.position",                                                 2);
291
297
pref("ldap_2.servers.history.description",                                              "chrome://messenger/locale/addressbook/addressBook.properties");
292
298
pref("ldap_2.servers.history.dirType",                                                  2);
 
299
pref("ldap_2.servers.history.filename",                         "history.mab");
293
300
pref("ldap_2.servers.history.isOffline",                                                false);
294
301
 
295
302
// default mapping of addressbook properties to ldap attributes