components/desktop/thunderbird/patches/firefox20-82-sqlite3-unix-excl.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Mon, 11 Jan 2016 09:27:45 -0800
changeset 5255 cea0e462549a
permissions -rw-r--r--
22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland

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.
Needs further investigation, will probably be difficult to send upstream.

--- comm-esr31/mozilla/browser/app/profile/firefox.js.orig	2015-06-04 17:42:52.206758105 -0700
+++ comm-esr31/mozilla/browser/app/profile/firefox.js	2015-06-04 17:42:52.212124280 -0700
@@ -1022,6 +1022,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);