如何回滚到 Thunderbird 的先前版本

bre*_*ett 6 email thunderbird software-installation

最近发布的 Thunderbird 115 破坏了一个非常有用的扩展,称为完整地址列。如何回滚到 Thunderbird 102.15.1?

bre*_*ett 6

  1. 删除现有的 Thunderbird 并保留配置文件(电子邮件帐户、消息和地址)sudo apt remove thunderbird

  2. 从Mozilla Thunderbird Archives下载 Thunderbird 102.15.1

  3. 将下载的存档解压至/home/user

  4. 将此图标(或类似图标)保存到/home/user/thunderbird-102.15.1/thunderbird/icons

在此输入图像描述

  1. 使用文本编辑器创建一个名为Thunderbird.desktop如下的文件并保存到/home/user/.local/share/applications
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/home/user/thunderbird-102.15.1/thunderbird/thunderbird
Name=Thunderbird
Comment=Thunderbird
Icon=/home/user/thunderbird-102.15.1/thunderbird/icons/TB.png
Run Code Online (Sandbox Code Playgroud)
  1. 通过以下方式使文件可执行:chmod +x /home/user/.local/share/applications/Thunderbird.desktop

  2. 使用Activities或找到 Thunderbird 102.15.1Super Key

  3. 右键单击 Thunderbird 图标并选择Add to Favorites

  4. 启动 Thunderbird 并拒绝创建新帐户。选择Tools > Import > Import Another Thunderbird Install > Continue > Import from profile "default" > Continue

  5. 重新启动 Thunderbird 并安装Full Address Column扩展

  6. 进入设置并将更新从“自动”更改为“询问”。否则 TB 将更新为 115,您将回到方格 1。

有趣的是,有多少人向 Mozilla 发布了“完整地址栏”的请求,但他们继续忽略这些请求。

  • +1 保存图标是一个很好的细节。 (2认同)