Bug 1925567 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This might be a symptom of a bug we have found in Thunderbird 128, but so far I'm not aware of any reports about it from Thunderbird 115.

If you're willing to experiment a little, load one of the messages in the 3-pane window, open the Error Console (Ctrl+Shift+J) and paste this:
```js
tabmail.currentAboutMessage.gMessage.storeToken
```
then let us know what the result is.

You should be able to recover the broken messages by right-clicking on the folder, choosing Properties, then clicking on the Repair Folder button.
This might be a symptom of a bug we have found in Thunderbird 128, but so far I'm not aware of any reports about it from Thunderbird 115.

If you're willing to experiment a little, load one of the messages in the 3-pane window, open the Error Console (Ctrl+Shift+J) and paste this:
```js
tabmail.currentAboutMessage.gMessage.getStringProperty("storeToken")
```
then let us know what the result is.

You should be able to recover the broken messages by right-clicking on the folder, choosing Properties, then clicking on the Repair Folder button.

[edit] Updated the code to paste, as what I wrote originally won't work in 115.

Back to Bug 1925567 Comment 1