| The MS Windows TrickMe page. |
I need to import KDE Mail into Mozilla There is also a paragraph for GNU/Linux Here. Mozilla Mail stores the mail folders as files, while KDE Mail most probably (according to the user initial decisions) will have the mail folders as directories under the ~/Mail dir in the user's home directory. First, open KMail and select each folder. Select all (or the ones you like) messages right click and choose "save as". Choose names like "OldInbox" , "OldSent" etc. In this way, each folder will be saved as file in the mbox format. Then use an intermediate media to transfer the files in a filesystem that Windows can mount/browse. Use a usb stick, ftp transfer, network share or a FAT32 partition in your hard disk. Copy/move the files there. Start Windows and find the Mozilla path: Click Start Menu > Run and enter %appdata% in the text box. It will open your user's account application settings in an explorer window. Then browse and go to Mozilla > profiles > default > blah blah blah > Local Folders. There you found it. Copy the files that KMail saved (OldInbox , OldSent) here and start (or close and restart) Mozilla. Mozilla Mail will adjust to the new findings and treat them as Mail Folders. From there, you can go into these folders, select all messages, move them to the appropriate ones (Inbox Sent etc.) and then delete the Old* folders and finally purge them from the Trash folder of Mozilla Mail. Or you can leave them there intact. As the import itself was successful, from here it's up to you. It wouldn't hurt to choose "compact" folder, to purge deleted data permanently. Note: For Windows XP and 2000 the path will most probably be inside C:\Documents And Settings\username (replace username with your actual username). Search there for Mozilla paths. For Windows 9x I can not provide specific info right now, but the paths are probably located inside the Mozilla installation path or in C:\Windows\Application Data. You will have to search. |
| How to stop using Lilo for booting This is an edited Linux Trickme page paragraph stripped down for the Windows User's needs In the case of Dos-Win9x you can issue this command in Dos Prompt or Mode: fdisk /mbr In the case of 2000 & XP you might need to use the Recovery Console from your Setup CD or your Boot Floppy Disks. After booting a Windows XP installation disk, choose repair a Windows installation, select the installation, type the Administrator password and call the fixmbr command. Confirm the action and when all repairs finis, type exit. You may also need the fixboot command. You may want to install the Recovery console permanently: Assuming that your CD Drive is D: and you have your Windows Setup Cd inside, issue: d:\i386\winnt32.exe /cmdcons or something like that, depending on the path. An option to boot to Recovery Console will be added to your boot menu. Recovery Console has capabilities similar to a DOS Boot Disk but oriented to NT logic (native NTFS support etc.) Also visit www.ntfs.com from my Links page to find about NT oriented products. If Windows Vista or 7 is the case, after opening the console, run Bootrec.exe /fixmbr and Bootrec.exe /fixboot |