11 Mar
2012
11 Mar
'12
4:10 a.m.
2012/3/11 Genes MailLists <lists@sapience.com>:
On 03/10/2012 09:10 PM, 郑文辉(Techlive Zheng) wrote:
Is there any compile flag or something I could alter? I think that would be easy to do. I just want to clean my home folder, backup firefox and thunderbird data. I only want to backup a .mozilla directory and not .mozilla and .thunderbird them two.
So,anyone knows?
Besides, I don't want to symlink .mozilla/thunderbird to .thunderbird, that won't solve the problem, I am willing to recomplie the whole thunderbird if necessary.
Regards, Techlive Zheng
How about:
cd ~/ mv ~/.thunderbird ~/.mozilla ln -s ~/.mozilla/thunderbird .
gene
Symlink is okay, but not truely slove the problem, I am looking at the code now.