I have both a .thunderbird and a .mozilla-thunderbird from an existing installation.
I installed Thunderbird 3.0b3 under fedora 11, but it doesn't seem to see the email in either of those directories.
How can I restore my old settings & email?
|
I have both a .thunderbird and a .mozilla-thunderbird from an existing installation. I installed Thunderbird 3.0b3 under fedora 11, but it doesn't seem to see the email in either of those directories. How can I restore my old settings & email?
| |||
|
feedback
|
|
You should be able to simply drop them into your home directory. example:
make sure your applications also have sufficient read permissions to these files. | |||||
feedback
|
|
I always used [code]cp --archive SOURCE TARGET/[/code] to duplicate folder trees. The [b]--archive[/b] option does everything as [code]--recursive --no-dereference --preserve=all[/code]. Where [b]--preserve=all[/b] includes mode,ownership,timestamps, context, links, xattr. There are too many soft links and ownership and permission details that a straight [code]cp -r[/code] does not accomplish. ~~~ 0;-Dan | |||
|
feedback
|
|
Basically the same as Saint DanBert, but I usually use tar.
| |||
|
feedback
|