Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How do I restore my contacts, messages and folders from a back-up drive?

  • 6 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: Ted

more options

I had to replace my main C: drive. My old Thunderbird install is on another internal drive. I have installed Thunderbird on the new drive. I can access all the files on the back-up drive. But how do I do a restore of my mail, mail folders and contact list? How do I locate the necessary files?

I desperatly need my old folders for some software infoamtion.

Any help would be greatkly appreciated.

Thanks.

Ted

I had to replace my main C: drive. My old Thunderbird install is on another internal drive. I have installed Thunderbird on the new drive. I can access all the files on the back-up drive. But how do I do a restore of my mail, mail folders and contact list? How do I locate the necessary files? I desperatly need my old folders for some software infoamtion. Any help would be greatkly appreciated. Thanks. Ted

선택된 해결법

Mission accomplished. While waiting for your reply,. I found an article that mentioned a copy/paste of the following code from the old pref.js to the new pref.js:

user_pref("ldap_2.servers.OutlookExpressAddressBoo.position", 0); user_pref("ldap_2.servers.OutlookExpressAddressBoo_1.description", "Outlook Express Address Book"); user_pref("ldap_2.servers.OutlookExpressAddressBoo_1.dirType", 2); user_pref("ldap_2.servers.OutlookExpressAddressBoo_1.filename", "impab-1.mab"); user_pref("ldap_2.servers.OutlookExpressAddressBoo_2.description", "Outlook Express Address Book"); user_pref("ldap_2.servers.OutlookExpressAddressBoo_2.dirType", 2); user_pref("ldap_2.servers.OutlookExpressAddressBoo_2.filename", "impab.mab");

That identified the impab.mab file, and now all my contacts are showing.

Here is a link to the article: http://nctritech.com/thunderbird_contact_groups.php

Case closed. Thanks everyone for all your help.

Ted

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (6)

more options

do you have mail in a "new" installation?

more options

If you are asking if I am receiving mail with my new install, the anser is Yes.

more options

For IMAP accounts you're done. For POP accounts and the Local Folders account you can install this add-on, and import the mail files from the old profile into the new one. Note mail files are mbox files.

https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/

You may need to manually create sub-folders in the new profile in case you have any.

To carry over your address book follow these instructions.

http://kb.mozillazine.org/Moving_address_books_between_profiles

It would have been much easier to simply carry over the entire profile contents prior to start getting mail in the new profile, but it's too late for that now.

more options

Making progress. I have successfully restored my Local Folders. And I have retreived some of my address book. I moved all the .mab files from the old profile to the new profile. There were apparently three books, abook.mab, impab.mab and impab-1.mab. However when I look at the address book, most of it is old data, and is not showing my current, up to date address book. Am I missing something?

There are no other .mab files to be found. I am grateful for your help in getting me this far. One last hurdle. Thanks for your help.

Ted

more options

Did you read the article about moving address books?

more options

선택된 해결법

Mission accomplished. While waiting for your reply,. I found an article that mentioned a copy/paste of the following code from the old pref.js to the new pref.js:

user_pref("ldap_2.servers.OutlookExpressAddressBoo.position", 0); user_pref("ldap_2.servers.OutlookExpressAddressBoo_1.description", "Outlook Express Address Book"); user_pref("ldap_2.servers.OutlookExpressAddressBoo_1.dirType", 2); user_pref("ldap_2.servers.OutlookExpressAddressBoo_1.filename", "impab-1.mab"); user_pref("ldap_2.servers.OutlookExpressAddressBoo_2.description", "Outlook Express Address Book"); user_pref("ldap_2.servers.OutlookExpressAddressBoo_2.dirType", 2); user_pref("ldap_2.servers.OutlookExpressAddressBoo_2.filename", "impab.mab");

That identified the impab.mab file, and now all my contacts are showing.

Here is a link to the article: http://nctritech.com/thunderbird_contact_groups.php

Case closed. Thanks everyone for all your help.

Ted