components/desktop/thunderbird/patches/thunderbird-02-sqlite3-unix-excl.patch
branchs11u3-sru
changeset 7090 49c102d793d0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/thunderbird/patches/thunderbird-02-sqlite3-unix-excl.patch	Wed Oct 05 01:21:05 2016 -0700
@@ -0,0 +1,14 @@
+Without this home directories hosted on NFS cause performance issues.
+This should be investigated if this is still needed. 
+--- a/mail/app/profile/all-thunderbird.js	2013-02-20 16:25:20.562753000 +0800
++++ b/mail/app/profile/all-thunderbird.js	2013-02-20 16:27:17.785465000 +0800
+@@ -248,6 +248,9 @@
+ pref("accessibility.typeaheadfind.linksonly", false);
+ pref("accessibility.typeaheadfind.flashBar", 1);
+ 
++// Whether profile is on NFS
++pref("storage.nfs_filesystem", true);
++
+ pref("mail.close_message_window.on_delete", false);
+ 
+ // Number of lines of To/CC/BCC address headers to show before "more"