components/desktop/thunderbird/patches/thunderbird20-78-sqlite3-unix-excl.patch
changeset 5255 cea0e462549a
equal deleted inserted replaced
5252:947514442d05 5255:cea0e462549a
       
     1 Without this home directories hosted on NFS cause performance issues.
       
     2 This should be investigated if this is still needed. 
       
     3 --- a/mail/app/profile/all-thunderbird.js	2013-02-20 16:25:20.562753000 +0800
       
     4 +++ b/mail/app/profile/all-thunderbird.js	2013-02-20 16:27:17.785465000 +0800
       
     5 @@ -248,6 +248,9 @@
       
     6  pref("accessibility.typeaheadfind.linksonly", false);
       
     7  pref("accessibility.typeaheadfind.flashBar", 1);
       
     8  
       
     9 +// Whether profile is on NFS
       
    10 +pref("storage.nfs_filesystem", true);
       
    11 +
       
    12  pref("mail.close_message_window.on_delete", false);
       
    13  
       
    14  // Number of lines of To/CC/BCC address headers to show before "more"