Schedule email messages to send later
Keeping the Thunderbird version you are using stuck at 115 when it really wants to upgrade you to a newer version is less straightforward than one would hope.
.tar.bz2
file.msi
or .exe
file as you prefer.dmg
or .pkg
as described belowIn a terminal window, run these commands:
cd ~
tar xf [full path of the saved tar file]
At this point you can just stop, and from now on whenever you want to run launch Thunderbird you can run ~/thunderbird/thunderbird
in a terminal window. However, read on if you want to make it launchable as a desktop application.
Note: these instructions work in GNOME, and I think they will work in other desktop environments that follow the desktop file standard, but I'm not certain.
Create a file called Thunderbird 115.desktop
and put this in it, substituting the path to your home directory in place of /home/example
:
[Desktop Entry]
Name=Thunderbird 115
Comment=Read/Write Mail/News with Thunderbird
GenericName=Mail Client
Exec=/home/example/thunderbird/thunderbird %u
Terminal=false
X-MultipleArgs=false
Type=Application
Version=1.0
Icon=/home/example/thunderbird/chrome/icons/default/default256.png
Categories=Network;Email;News;GTK;
MimeType=message/rfc822;x-scheme-handler/mailto;text/calendar;text/x-vcard;
StartupWMClass=thunderbird-default
StartupNotify=true
Keywords=EMail;E-mail;Contact;Addressbook;News;
Actions=Compose;Contacts
[Desktop Action Compose]
Name=Compose New Message
Exec=/home/example/thunderbird/thunderbird -compose
[Desktop Action Contacts]
Name=Contacts
Exec=/home/example/thunderbird/thunderbird -addressbook
Create the directory ~/.local/share/applications
if it doesn't already exist.
Move the Thunderbird 115.desktop
file into that directory.
Log out and log back in again.
Download the installer as described above.
Run the installer and I think it will overwrite any newer version of Thunderbird you already had installed (if not, let me know and I'll update these instructions!).
You can either install Thunderbird in your global Applications folder or just put the application on your desktop and double-click it from there to run it.
To put it on your desktop:
.dmg
file as described above..dmg
file to mount it.To put it in the global Applications folder:
Option 1: download the .pkg
file as described above and then run it. I believe it will replace any version of Thunderbird already installed in your Applications folder. If not, let me know and I will update these instructions!
Option 2: download the .dmg
file, mount and open it as described above, and then drag and drop the Thunderbird icon into the Applications folder showed in the open DMG folder.
If you've already been upgraded to Thunderbird 128 and you're downgrading to Thunderbird 115, then by default Thunderbird won't let you use your existing profile with Thunderbird 115 because it doesn't allow profiles to go backward by default. If it's straightforward for you to create a new profile from scratch, you can just do that. However, if you've got a lot of customizations in your existing profile and you don't want to have to recreate it, you can force Thunderbird to "downgrade" your profile back to Thunderbird 115.
~/thunderbird/thunderbird --allow-downgrade
in a terminal window."C:\Program Files\Mozilla Thunderbird\thunderbird.exe" --allow-downgrade
in a command window.open -a /Applications/Thunderbird.app --args --allow-downgrade
. If you put it on your Desktop, use /Users/[your username]/Desktop
instead of /Applications
.You only need to do this the first time you open your profile in Thunderbird after you've downgraded to Thunderbird 115.
Open the Settings tab in Thunderbird, make sure "General" is selected on the left, scroll down to the "Updates" section, and select "Check for updates, but let me choose whether to install them".
You should install new versions of Thunderbird 115 as they come out so that you get security fixes.
To find out about them, you can follow the RSS feed of Thunderbird updates which Mozilla publishes at https://www.thunderbird.net/thunderbird/releases/atom.xml. You can subscribe to this feed in any RSS feeder, including in Thunderbird itself.
You will have to repeat the installation instructions above to install each new Thunderbird 115 release.