mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug #253291 --> Changes to preferences file not saved.
Matching thunderbird changes for brian's firefox fix.
This commit is contained in:
parent
df64131ac2
commit
e6a59a9b47
@ -297,3 +297,9 @@ README_FILE = $(topsrcdir)/README.txt
|
||||
libs::
|
||||
$(INSTALL) $(README_FILE) $(DIST)/bin
|
||||
$(INSTALL) $(topsrcdir)/mail/LICENSE.txt $(DIST)/bin
|
||||
|
||||
libs:: $(srcdir)/profile/prefs.js
|
||||
$(INSTALL) $^ $(DIST)/bin/defaults/profile
|
||||
|
||||
install:: $(srcdir)/profile/prefs.js
|
||||
$(SYSINSTALL) $(IFLAGS1) $^ $(destdir)$(bindir)/defaults/profile
|
||||
|
10
mail/app/profile/prefs.js
Normal file
10
mail/app/profile/prefs.js
Normal file
@ -0,0 +1,10 @@
|
||||
# Mozilla User Preferences
|
||||
|
||||
/* Do not edit this file.
|
||||
*
|
||||
* If you make changes to this file while the browser is running,
|
||||
* the changes will be overwritten when the browser exits.
|
||||
*
|
||||
* To make a manual change to preferences, you can visit the URL about:config
|
||||
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
|
||||
*/
|
@ -13,6 +13,7 @@ bin\defaults\profile\US\mimeTypes.rdf
|
||||
[deflenus]
|
||||
bin\defaults\messenger\mailViews.dat
|
||||
bin\defaults\profile\localstore.rdf
|
||||
bin\defaults\profile\prefs.js
|
||||
bin\defaults\profile\mimeTypes.rdf
|
||||
bin\defaults\profile\extensions\*
|
||||
bin\defaults\profile\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\install.rdf
|
||||
|
Loading…
x
Reference in New Issue
Block a user