On Tuesday, 02 Jul 2002 at 14:53, Matthew Hannigan <[EMAIL PROTECTED]> wrote: > I want to move all my mozilla stuff from WinXP(*) > to linux. I looked around on the net and couldn't > find any mention of doing such a thing. > > I think the mail data is easy, but what about the mail > filters and bookmarks?
I've done this, and it's pretty straightforward. mail files are compatible with Unix mailbox, except they have a data file that gives message lengths etc. So, if you have lines starting with 'From', it will be confused when rebuilding indexes. (I can't remember if I had to rebuild the index files.) bookmarks are a HTML file (bookmarks.html on linux) preferences are a javascript file (liprefs.js and preferences.js) Both can be copied across/manually patched. They are under \program files\netscape\navigator\username on WinXP and ~username/.netscape on linux. I don't know where the filters are, but they are probably flat files too. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
