User Tools

Site Tools


internet:mail:thunderbird_performance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:thunderbird_performance [2013/04/18 10:40]
gcooper
internet:mail:thunderbird_performance [2014/01/08 11:04] (current)
gcooper
Line 4: Line 4:
  
 ===== Performance Enhancing Tips ===== ===== Performance Enhancing Tips =====
 +
 +==== Delete and Re-Create Mail Summary Files ====
 +
 +  - Exit Thunderbird.
 +  - Find your profile folder.
 +  - Open the folder containing your stored messages.
 +  - Select the *.msf files and delete them.
 +  - Restart Thunderbird.
 +  - Wait for Thunderbird to recreate the mail summary file(s).
 +
 +For example, if you are using the Global Inbox, this would be the ''Local Folders'' folder inside the ''Mail'' folder. Otherwise, it may be a folder named after the mail server inside the ''Mail'' or ''ImapMail'' folder. For example, "pop.gmail.com" if you're using gmail.
 +
 +=== Linux ===
 +
 +<file>
 +find ~/.thunderbird/*.default/ -name *.msf -exec rm -f {} \;
 +</file>
  
 ==== Expunge (compact) Folders ==== ==== Expunge (compact) Folders ====
  
-=== Expunge IMAP Folders Using Webmail ===+http://kb.mozillazine.org/Compacting_folders
  
-In our standard Usermin webmail, just deleting a message from a folder will cause the folder to be expunged...even if you delete a message that is already marked as deleted.+=== Manually ===
  
-https://webmail.sonoracomm.com+Tools -> Account Settings -> Server Settings -> "When I delete a message"
  
-In RoundCube webmail (handles folders better), select a folder then click on the little 'gear' icon in the lower left corner and choose 'Compact'.+In TB, select a top-level account on the left, then:
  
-https://rc.sonoracomm.com +File -> Compact Folders 
 + 
 +=== Automatically === 
 + 
 +Account Settings -> Server Settings -> Clean up ("Expunge") Inbox on Exit 
 + 
 +Preferences -> Advanced -> Network & Disk Space -> "Compact folders when it will save over X MB" 
 + 
 +  * The TB UI may 'hang' noticeably during expunge operations 
 +  * Enable automatic expunging of all folders 
 +    * Smaller numbers will cause TB to compact folders more often 
 +    * Larger numbers will cause TB to compact folders less often 
 +    * 20MB is the default 
 +    * 1MB is often recommended
  
 ==== Turn Off Indexing ==== ==== Turn Off Indexing ====
Line 28: Line 58:
  
 ''Reset Training Data'' can fix some problems and is global affecting all accounts. ''Reset Training Data'' can fix some problems and is global affecting all accounts.
 +
 +===== Find the Cause of Hanging =====
 +
 +Try using Process Monitor from Sysinternals to see what it's doing when it hangs.
 +
 +Try using Safe Mode to disable all add-ons: http://kb.mozillazine.org/Safe_mode.
 +
 +===== Move Mail Storage Folder Out of Roaming Profile =====
 +
 +http://kb.mozillazine.org/Moving_your_mail_storage_location_%28Thunderbird%29
 +
 +:!: The intent here is to speed up logon and logoff times.
 +
 +:!: If you are on a Windows Domain network, implement **[[networking:windows:active_directory:folder_redirection|folder redirection]]** instead.
  
  
internet/mail/thunderbird_performance.1366303214.txt.gz · Last modified: 2013/04/18 10:40 by gcooper