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.
Moving all Kmail files to new install?
Using kmail for a year now and pretty happy with it. Now I want to move everything I have to the new pc. But how do you get all your data moved to the new setup?
I tried copying all the files in the /Mail directory, but while the folders show up in kmail, they are empty. I don't care much about the addressbook etc, but I would like to take all the mails with me.
Is there a file thats somewhere else I'm missing?
Better to have tried and failed than never to have tried at all.
Check that you really have all the files from ~/Mail
I usually use tar to create an archive and restore it on the new machine
on old machine
# tar cvzf mails.tgz Mail/
copy to new machine
on new machine
#> tar xvzf mails.tgz
KMail filters and settings are in
.kde/share/config/kmailrc
Adressbook is in
.kde/share/apps/kabc/std.vcf
Cheers,
_
Qt/KDE Developer
Debian User
Thanks, it worked fine that way. So I guess I have missed a file (or two).
Better to have tried and failed than never to have tried at all.