Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Old emails corrupted - any way to fix?

  • 2 replies
  • 1 has this problem
  • 258 views
  • Last reply by rodak99

I've got emails in Thunderbird going back to 2008. I recently discovered that most of the older ones (prior to 9/2018) in my inbox are corrupted. I have older emails in various folders that are just fine, it's only the ones in the Inbox that are corrupt. Here are a couple of examples of what they look like: Here's one:

U†?á µ?†NŸ±1\OÆ?¢ï„`{å5|fõÕE8ÔwÎÕ¦É=ÎÄO %WØàÆ?Y®®MŸ2òµ…?åÚ‚h¬¹_óóÞëÔ#=CÀ ¸?Á*,dkÃC>]Úø= 7Eµ?„Úº}"‰“¨Cƒ5ºw_PÃ?Exãd=^”

Here's another:

if (!title || title === subtitle) subtitle = null;

var section = new WebInspector.ObjectPropertiesSection(WebInspector.RemoteObject.fromPayload(scope.object), title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement); section.editInSelectedCallFrameWhenPaused = true; section.pane = this;

if (!foundLocalScope || scope.type === "local" || title in this._expandedSections) section.expanded = true;


Any suggestions?

I've got emails in Thunderbird going back to 2008. I recently discovered that most of the older ones (prior to 9/2018) in my inbox are corrupted. I have older emails in various folders that are just fine, it's only the ones in the Inbox that are corrupt. Here are a couple of examples of what they look like: Here's one: U†á '''µ†NŸ±1\OÆ?¢ï„`{å5|fõÕE8ÔwÎÕ¦É=ÎÄO %WØàÆY®®MŸ2òµ…åÚ‚h¬¹_óóÞëÔ#=CÀ ¸Á*,dkÃC>]Úø= 7Eµ„Úº}"‰“¨Cƒ5ºw_PÃExãd=^” ''' Here's another: if (!title || title === subtitle) subtitle = null; var section = new WebInspector.ObjectPropertiesSection(WebInspector.RemoteObject.fromPayload(scope.object), title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement); section.editInSelectedCallFrameWhenPaused = true; section.pane = this; if (!foundLocalScope || scope.type === "local" || title in this._expandedSections) section.expanded = true; Any suggestions?

Modified by rodak99

Chosen solution

right click the folder, select properties and then the repair button.

Read this answer in context 👍 2

All Replies (2)

Chosen Solution

right click the folder, select properties and then the repair button.

Wow, thanks! I've done some searching about this in the past, even here, and found various solutions to similar problems, but this is the first time I've seen this. Not something I'd have looked for on my own (I might have expected a "Repair" option on the right-click menu, but not within Properties.

It worked great, thanks again!