On 12/07/2016 03:38 AM, turritopsis.dohrnii.teo@xxxxxxxxx wrote:
Dear Thunderbird for Linux Users,
Please apply the following recommended solution. This is the only real
solution to the missing folder pane in Thunderbird for Linux. All the
other solutions do not work.
In /home/<user>,
$ nano delete-all-msf.sh
Type in the following 2 lines:
#!/bin/sh
find . -type f -name *.msf -exec rm -f {} \;
Save the file.
$ su -
# chmod +x delete-all-msf.sh
# exit
$ cd
$ ./delete-all-msf.sh
Start Thunderbird for Linux.
The above solution is to delete all the corrupted mail summary files
and let Thunderbird for Linux rebuild the *.msf files.
Thank you very much.
Yours sincerely,
Mr. Turritopsis Dohrnii Teo En Ming (Zhang Enming) @ Time Traveller
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
I honestly have no idea what the missing folder pane is in Linux, my
Thunderbird on Fedora 25 laptop looks the same as the one on my Windows
10 work laptop, unless I'm blind. I just bought new glasses so I hope
that's not the case.
Also, couldn't you just run that one line from a terminal in your home
directory instead of making a batch file for a one liner? I get it might
be handy to save it somewhere for later though.
Regards,
Bryon
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx