Undelete messages in thunderbird


/ Published in: Bash
Save to your folder(s)

1. Close thunderbird
2. Run the line in a bash command line into the email account directory. (1)
4. Move Inbox to a safe place.
3. Rename Inbox.fixed to Inbox
4. Delete Inbox.msf
5. Start thunderbird

(1) http://kb.mozillazine.org/Profile_folder_-_Thunderbird


Copy this code and paste it in your HTML
  1. 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

URL: http://blog.coryfoy.com/2007/01/recovering-deleted-emails-from-thunderbird/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.