Recover delete email from thunderbird file


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

sed syntax to recover delete email from thunderbird file, as long as the file not yet compact.


Copy this code and paste it in your HTML
  1. sed -i 's/X-Mozilla-Status: [0-9]*/X-Mozilla-Status: 0/' file-thunderbird

Report this snippet


Comments


You need to login to view comments.