Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-08-2014, 06:05 PM
|
#1
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Rep:
|
Transferring messages from Outlook on Windows to Thunderbird on Linux
I am trying to transfer a load of emails and the profile details of a user of Outlook, from a Windows XP partition on a dual boot machine to a Linux partition on the same machine, running Thunderbird.
Advice on the internet says the only way is to install Thunderbird in Windows, then start it up. It will offer to import Outlook emails, address book and user profile into Thunderbird.
Then copy the profile folder from Thunderbird on the Windows partition into the profile folder for Thunderbird in Linux. Change one line in a config file in the same folder to tell Thunderbird which profile details to use.
However, having done this, Thunderbird in Linux does not recognise this profile when I fire it up. It requests I create a new email account and profile, rather than getting its information from the profile saved in its user directory on home/.mozilla.
Thunderbird in Windows has imported the Outlook details correctly, and displays them all when I start it up in Windows. It is just that they don't display in Thunderbird Linux.
I am at a loss as to what to do next, since I have carried out the instructions correctly. Has anyone successfully done this, and can advise me where I have gone wrong?
Last edited by Steve W; 04-08-2014 at 06:06 PM.
|
|
|
04-08-2014, 10:04 PM
|
#2
|
MX Linux
Registered: Dec 2013
Posts: 402
Rep: 
|
what i've always done is just move the mail folders from the old thunderbird profile to the new one.
|
|
|
04-09-2014, 03:11 AM
|
#3
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Well I was hoping that the entire profile (including the identity details of the account, like server details and passwords) would move as well, as the user is not sure of the setup details of the original Outlook account (it was done originally some years ago).
|
|
|
04-09-2014, 03:23 AM
|
#4
|
Senior Member
Registered: Mar 2012
Posts: 1,882
|
Quote:
Originally Posted by Steve W
Thunderbird in Linux does not recognise this profile when I fire it up. It requests I create a new email account and profile, rather than getting its information from the profile saved in its user directory on home/.mozilla.
|
Quote:
Originally Posted by Steve W
I have carried out the instructions correctly.
|
Apparently not ...
Quote:
Originally Posted by Steve W
Has anyone successfully done this, and can advise me where I have gone wrong?
|
Yes, and it's probably a typo in the profiles.ini or such. Maybe try this.
Unless maybe the versions of TB are vastly different between Win & Lin, although it does seem very tolerant of that usually.
Last edited by descendant_command; 04-09-2014 at 03:26 AM.
|
|
|
04-09-2014, 03:35 AM
|
#5
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Okay, I shall try that when I get round their house later on. Although I wondered if the profiles.ini file is automatically loading it up with the wrong profile. I edited it as instructed, so it now reads something like:
Code:
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
#Path=sz8zjbuh.default
Path=d6xdvysg.default
... commenting out the original path and inserting the new one. I've checked the spelling!
Perhaps I shouldn't "start with last profile"...
The instructions I was following came from http://www.howtoforge.com/importing_...bird_evolution
|
|
|
04-09-2014, 03:44 AM
|
#6
|
Senior Member
Registered: Mar 2012
Posts: 1,882
|
Yeah that's the general idea and I done it without issue a few times.
Maybe launching the profile picker will show whats up, or start it from a terminal (with a --verbose or such??) and look for any clues there.
I still think it's a simple error somewhere as that method definitely works.
|
|
|
04-09-2014, 03:53 AM
|
#7
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Am I correct in saying, then, that I can install T/B on Linux, then start it up once and close it (to create the user directory in Home), then as long as the profile details are copied across correctly, I should be able to start the Linux T/B and all the e-mails, profile details, account details, server details, passwords etc that were used in Outlook/TB Windows will come up in Linux T/B without having to re-enter them from scratch? No initialization in Linux T/B should be necessary?
Only it occurred to me I might have been a little ambitious in the amount of information that would be transferred over!
|
|
|
04-09-2014, 05:15 AM
|
#8
|
Senior Member
Registered: Mar 2012
Posts: 1,882
|
Yes, that is what should happen.
|
|
|
04-09-2014, 09:10 AM
|
#9
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Well, I noticed that the Windows TB was version 24, and the Linux one was 16. So I downloaded the deb package for 24 and installed, removing 16. I can now access the folders brought across from Outlook (they go under "Outlook import"), but no account is set up and I cannot receive or send new e-mails. When exporting from Outlook, I did tell it to export everything, not just the messages. Should I try exporting again, only this time, just the Identities from Outlook, or could someone tell me where in Windows TB the identity/account details are stored, and I'll copy over just those files.
At the moment, the directory tree for .thunderbird is two folders: Crash Reports and Profiles. And the profiles.ini file. This reads:
Code:
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
Path=Profiles/m1m9o5fa.default
Inside the Profiles folder is the original "default" folder, and the new one with all the proper "imported from Outlook details" in, which is called m1m905fa.default.
|
|
|
04-10-2014, 03:46 AM
|
#10
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Does anyone have any further suggestions, since I'm a bit stuck at the moment. I am trying to get someone without much computer knowledge, transferred over from Windows XP to Linux, and this is a deal-breaking issue. If they cannot access their e-mails and previous e-mail archive from Linux, then they're going to stick with XP and see what happens. So transferring their e-mails from Outlook to Thunderbird is key.
The previous messages have come over, but not their address book or account details.
|
|
|
04-15-2014, 03:47 AM
|
#11
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Well, in the end I set up this person's e-mail account in Thunderbird again, from scratch. The import/export thing worked with her old e-mails, but not her settings, server details, password etc. Luckily, she had written down the ISP's e-mail password from when the computer was originally set up, so I could just write down the other details from Outlook and manually input them again into T/B Linux.
|
|
|
All times are GMT -5. The time now is 04:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|