Revision: 38034
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 23, 2010 00:33 by wnasich
Initial Code
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
Initial URL
http://blog.coryfoy.com/2007/01/recovering-deleted-emails-from-thunderbird/
Initial Description
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
Initial Title
Undelete messages in thunderbird
Initial Tags
Initial Language
Bash