You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, July 14th 2006, 10:01pm

How to merge my old kmail to my new kmail?

I recently built a new PC and installed the latest kubuntu. I want to import my old kmail in my old box to my new unit, what is the best way to do it? I am interested in preserving all rights and permisions since the new acount is the same as in the old unit.

Thanks

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Thursday, July 20th 2006, 5:19pm

RE: How to merge my old kmail to my new kmail?

First, locate your mail directory. That should be ~/Mail or ~/.kde/share/apps/kmail/mail .

Source code

1
tar cvjf mail-backup.tar.bz2 <em>maildir</em>

Transfer the file to your new machine and extract:

Source code

1
tar xvjpf mail-backup.tar.bz2 -C <em>maildir</em>


But it may be handy to copy the whole ~/.kde folder altogether to the new machine to preserve all your settings in KDE.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)