[arch-general] How can I change thunderbird profile dir form .thunderbird to .mozilla/thunderbird?

Genes MailLists lists at sapience.com
Sat Mar 10 22:58:41 EST 2012


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


More information about the arch-general mailing list