After some head scratching and serious brain damage from bashing my head against the wall here the solution to a problem that has haunted me for years (a kind soul on the KDE forum helped me out).
Below are (graphical) scripts using kdialog to backup (post #2) and restore (post #3) all your Kontact settings.
If you are at all unfamiliar with scripts here a little introduction:
1. select the code with your mouse
2. go to kate/vim/nano and press the middle mouse button to paste the selection
3. save as kontact_backup.sh or kontact_restore.sh somewhere in your /home directory
4. using the command line, go to the same path where you saved the scripts because you have to make the exectuable. To do so, type chmod +x name_of_script
5. to execute a script on the command line, go to its path and type ./name_of_script
Okay, now for scripts themselves...
Below are (graphical) scripts using kdialog to backup (post #2) and restore (post #3) all your Kontact settings.
If you are at all unfamiliar with scripts here a little introduction:
1. select the code with your mouse
2. go to kate/vim/nano and press the middle mouse button to paste the selection
3. save as kontact_backup.sh or kontact_restore.sh somewhere in your /home directory
4. using the command line, go to the same path where you saved the scripts because you have to make the exectuable. To do so, type chmod +x name_of_script
5. to execute a script on the command line, go to its path and type ./name_of_script
Okay, now for scripts themselves...
Comment