为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Thunderbird 78.7.0

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 gwhwestcoast

more options

Lost access to years worth of existing emails upon upgrade to 78.7. How do I import all of my existing Thunderbird files - filters, contacts, saved emails, etc, into Thunderbird 78.7? I'm using Ubuntu 20.04 and Thunderbird stopped working after a Ubuntu software update on February 1st, 2021. The Ubuntu software update installed Thunderbird 78.7.0 via snap.io and it appears that I can no longer just copy over my existing .thunderbird file and call it good.

Currently when I open up Thunderbird I'm faced with a completely empty email app as if I did a fresh OS install.

Also, crashes constantly upon exit.

Quite frustrating to say the least.

Lost access to years worth of existing emails upon upgrade to 78.7. How do I import all of my existing Thunderbird files - filters, contacts, saved emails, etc, into Thunderbird 78.7? I'm using Ubuntu 20.04 and Thunderbird stopped working after a Ubuntu software update on February 1st, 2021. The Ubuntu software update installed Thunderbird 78.7.0 via snap.io and it appears that I can no longer just copy over my existing .thunderbird file and call it good. Currently when I open up Thunderbird I'm faced with a completely empty email app as if I did a fresh OS install. Also, crashes constantly upon exit. Quite frustrating to say the least.

所有回复 (4)

more options
more options

your older emails should be inside older TB-profile.

a TB-profile is generally located here: • in windows: "%APPDATA%\Thunderbird\Profiles\<profile-name>\" that is usually: "C:\Users\<WindowsUserName>\AppData\Roaming\Thunderbird\Profiles\<profile-name>\" • in Linux/Unix: "~/.thunderbird/<profile-name>/" or "~/.mozilla-thunderbird-<profile-name>/" that is usually inside main/default volume: "/Users/<Linux-Unix-UserName>/.thunderbird/<profile-name>/" or "/Users/<Linux-Unix-UserName>/.mozilla-thunderbird-<profile-name>/" • in macOS: "~/.thunderbird/Profiles/<profile-name>/" that is usually inside default volume: "/Users/<macOS-UserName>/.thunderbird/Profiles/<profile-name>/"


TB = Thunderbird.

inside the current TB goto main menu > Help > Troubleshooting information > about:profiles > Root directory. find the line "Default profile: yes", in that section , in the "Root" directory line, the last sub-folder is your TB's TB-profile folder. if Open folder/location button exist , use that to open the location inside File browser. remember that last sub-folder's name , lets call it "TB-new-profile-name" folder.

go backward/upward one folder, in File browser, you will see similar looking more sub-folders. other sub-folders there which are not same as TB-new-profile-name , then one of those sub-folder is your "TB-old-profile-name" folder.


TB installation folder varies based on Linux/Unix distro.


if your TB in your Ubuntu variant/distro is installed here: "/usr/bin/local/thunderbird/" and, if your "TB-old-profile-name" folder is here: "~/.thunderbird/TB-old-profile-name/"

then use a Terminal window in Ubuntu, and start TB with a different TB-profile, in this way: "/usr/bin/local/thunderbird/thunderbird" -p "~/.thunderbird/TB-old-profile-name/"

if above old TB-profile folder is not correct old-TB-profile , then use above command again, but this time use another/different old TB-profile sub-folder name , which are inside the "~/.thunderbird/" sub-folder.

if above old TB-profile folder is correct old-TB-profile , then to use that old TB-profile permanently , use such command: "/usr/bin/local/thunderbird/thunderbird" -ProfileManager or try this: "/usr/bin/local/thunderbird/thunderbird" -P a profile choosing/selection window will appear: https://www-archive.mozilla.org/support/thunderbird/profile select the correct old TB-profile name , & select "Use this profile permanently" option or similar option. Only "profile-name" portion will be shown inside profile selection window , not the "xxxxxxxx" portion/part of the full profile-name of sub-folder: "xxxxxxxx.profile-name"

then double-click on TB icon , it will start the TB with the old profile . no need to use long command to start it.

由atErik于修改

more options

@atErik,

Please take care to look at the KB articles - they already supply this information in detail - for example https://support.mozilla.org/en-US/kb/profiles-where-thunderbird-stores-user-data#thunderbird:linux:tb78. If they are not accurate, please take time to improve them. Thanks

more options

Thanks all for the replies.

It turns out that thunderbird profiles are not stored in the standard .thunderbird folder on Ubuntu when using the newer snap.io packages that Ubuntu has started using lately.

Now the profiles are stored in a users home directory: ~/snap/thunderbird/common/.thunderbird... etc.

I learned of the new location from a user on a Ubuntu irc channel and confirmed by doing a fresh install of Ubuntu then going to Help/Troubleshooting Information/Profile Directory/Show Directory.

I tried restoring my profile from backups but my DejaDup/Duplicity restore function is failing so I'm off to the next problem.