components/desktop/thunderbird/patches/firefox-05-sqlite3-unix-excl.patch
changeset 7018 fdf447a07aff
parent 7017 25872950aa80
child 7020 58ca1f0fa3a7
--- a/components/desktop/thunderbird/patches/firefox-05-sqlite3-unix-excl.patch	Fri Sep 30 21:33:56 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-This provides the option to set the indicator for a NFS profile to true.
-It may be necessary for users on NFS to use bookmarks/logging.
-Will not be sending upstream.
-
-diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
---- a/browser/app/profile/firefox.js
-+++ b/browser/app/profile/firefox.js
-@@ -1075,6 +1075,9 @@
- // allow META refresh by default
- pref("accessibility.blockautorefresh", false);
- 
-+// Whether profile is on NFS
-+pref("storage.nfs_filesystem", true);
-+            
- // Whether history is enabled or not.
- pref("places.history.enabled", true);
-