|
|
Install Mozilla Thunderbird with the Adept Package Manager.
Restoring the Profile Folder
Copy the backup profile directory (named xxxxx.default) to /home/<user>/.mozilla-thunderbird/ and set the permissions so that Thunderbird can read and write to the files: chmod -v -R u+rwx,g+r /home/<user>/.mozilla-thunderbird
Explination:
-v for verbose (nice and matrix like)
-R for recursive (applies changes to all files and folders in the mozilla-thunderbird directory
u+rwx means: user (u) add (+) permissions read (r) write (w) and execute (x).
g+rw means: group (g) add (+) read (r).
|
|
|
|
|