搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Migrating Thunderbird from Mac to Windows

  • 2 个回答
  • 2 人有此问题
  • 219 次查看
  • 最后回复者为 Andrew Janke

more options

What's the right way to migrate a Thunderbird profile from a Mac to Windows 10, in a way that preserves multiple email accounts and identities?

I use Thunderbird 60.6.1 on macOS 10.14. I have 9 email accounts with about 20 email identities between them. I would like to copy all these to a Thunderbird profile in a Windows 10 VM that I'm running on the same machine under VMware, so that I can access all my email accounts in Thunderbird under both OSes. How can I do this?

I have tried copying the contents of my ~/Library/Thunderbird/Profiles/<whatever>.default profile directory over to the %USERPROFILE%/AppData/Local/Thunderbird/Profiles/<whatever>.default on the Windows VM. It kind of works, in that mail appears there and I can log in to my mail server, but only 1 of my 9 email accounts shows up on the receiving end.

I have tried doing the transfer both with a .zip file of my profile that I transferred over using Dropbox and VMware shared folders, and a FAT-formatted USB drive that I first attached to the Mac side and then the Windows side. When I did the zip file, I got a couple errors when extracting it. No errors when copying the profile over using the USB drive. But same results with both procedures: only one (my primary) email account shows up on the receiving Windows side.

Any ideas?

What's the right way to migrate a Thunderbird profile from a Mac to Windows 10, in a way that preserves multiple email accounts and identities? I use Thunderbird 60.6.1 on macOS 10.14. I have 9 email accounts with about 20 email identities between them. I would like to copy all these to a Thunderbird profile in a Windows 10 VM that I'm running on the same machine under VMware, so that I can access all my email accounts in Thunderbird under both OSes. How can I do this? I have tried copying the contents of my ~/Library/Thunderbird/Profiles/<whatever>.default profile directory over to the %USERPROFILE%/AppData/Local/Thunderbird/Profiles/<whatever>.default on the Windows VM. It kind of works, in that mail appears there and I can log in to my mail server, but only 1 of my 9 email accounts shows up on the receiving end. I have tried doing the transfer both with a .zip file of my profile that I transferred over using Dropbox and VMware shared folders, and a FAT-formatted USB drive that I first attached to the Mac side and then the Windows side. When I did the zip file, I got a couple errors when extracting it. No errors when copying the profile over using the USB drive. But same results with both procedures: only one (my primary) email account shows up on the receiving Windows side. Any ideas?

被采纳的解决方案

First, you're copying into the wrong location in Windows. It should be .../AppData/Roaming/Thunderbird/... To make it simpler, copy the ~/Library/Thunderbird folder from the Mac to .../AppData/Roaming on Windows, replacing whatever Thunderbird folder that may already exist. Make sure TB is closed when you do the copying on the Mac and pasting on the PC.

https://support.mozilla.org/en-US/kb/moving-thunderbird-data-to-a-new-computer

Once you have the Thunderbird folder in the right place in Windows, open the profile folder, <whatever>.default, and delete pkcs11.txt to allow TB to read the passwords for the accounts (it's because of a path-naming difference between OS X and Windows).

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

First, you're copying into the wrong location in Windows. It should be .../AppData/Roaming/Thunderbird/... To make it simpler, copy the ~/Library/Thunderbird folder from the Mac to .../AppData/Roaming on Windows, replacing whatever Thunderbird folder that may already exist. Make sure TB is closed when you do the copying on the Mac and pasting on the PC.

https://support.mozilla.org/en-US/kb/moving-thunderbird-data-to-a-new-computer

Once you have the Thunderbird folder in the right place in Windows, open the profile folder, <whatever>.default, and delete pkcs11.txt to allow TB to read the passwords for the accounts (it's because of a path-naming difference between OS X and Windows).

more options

Bingo. Thank you!