Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. 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