components/desktop/thunderbird/patches/firefox-05-sqlite3-unix-excl.patch
changeset 6431 e4667e7df088
equal deleted inserted replaced
6430:74bc7531ae5a 6431:e4667e7df088
       
     1 This provides the option to set the indicator for a NFS profile to true.
       
     2 It may be necessary for users on NFS to use bookmarks/logging.
       
     3 Will not be sending upstream.
       
     4 
       
     5 diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
       
     6 --- a/browser/app/profile/firefox.js
       
     7 +++ b/browser/app/profile/firefox.js
       
     8 @@ -1075,6 +1075,9 @@
       
     9  // allow META refresh by default
       
    10  pref("accessibility.blockautorefresh", false);
       
    11  
       
    12 +// Whether profile is on NFS
       
    13 +pref("storage.nfs_filesystem", true);
       
    14 +            
       
    15  // Whether history is enabled or not.
       
    16  pref("places.history.enabled", true);
       
    17