/ Published in: Bash
URL: http://blog.coryfoy.com/2007/01/recovering-deleted-emails-from-thunderbird/
- Close thunderbird
- Run the line in a bash command line into the email account directory. (1)
- Move Inbox to a safe place.
- Rename Inbox.fixed to Inbox
- Delete Inbox.msf
- Start thunderbird
(1) http://kb.mozillazine.org/Profilefolder-_Thunderbird
Expand |
Embed | Plain Text
sed -e '/^X-Mozilla-Status:/ { s/0008/0000/; s/0009/0001/; s/000a/0002/; s/000b/0003/; s/000d/0005/; s/000f/0007/; s/0018/0010/; s/0019/0011/; s/001a/0012/; s/001b/0013/; s/001f/0017/; s/1009/1001/; s/100b/1003/; s/1019/1011/; s/101b/1013/ }' Inbox > Inbox.fixed
You need to login to post a comment.
