I accidentally removed the VPN

Hello. I accidentally removed the VPN button from the toolbar and would like to restore it. However, when editing the toolbar, there is no option to add this button back.… (læs mere)

Hello. I accidentally removed the VPN button from the toolbar and would like to restore it. However, when editing the toolbar, there is no option to add this button back. Please help.

Open 1

Make firefox users with random or non-unique fingerprints.

Some users are abandoning Firefox because of the difficulty of protecting against Firefox fingerprinting. Therefore, I strongly recommend adding an option in the settings… (læs mere)

Some users are abandoning Firefox because of the difficulty of protecting against Firefox fingerprinting. Therefore, I strongly recommend adding an option in the settings that allows the digital fingerprints to be made random, or at least, if it is difficult, to make the fingerprints indistinguishable. This will help improve Firefox’s reputation and the privacy of its users. Love you all 3:

Open 1

Thunderbird not asking for new email password

I changed my email password on the providers web site, my phone, tablet both asked for the new password but Thunderbird has not and I can still send and receive email ???… (læs mere)

I changed my email password on the providers web site, my phone, tablet both asked for the new password but Thunderbird has not and I can still send and receive email ???

And don't see a place to change the server password either, I thought it would just ask.

Open

If I uninstall and then reinstall Thunderbird, will I lose emails and/or folders?

I've been having a number of problems with Thunderbird recently and I'm hoping that deleting and reinstalling the app might help. But I worry that I will lose emails by … (læs mere)

I've been having a number of problems with Thunderbird recently and I'm hoping that deleting and reinstalling the app might help. But I worry that I will lose emails by doing this. I'm also wondering if the numerous folders I've set up will disappear as well. The issues I've been having, by the way, are emails consistently going into the wrong folder and, most recently, constantly being asked for my passwords. (I have emails from four email addresses being downloaded by Thunderbird.) I've had the password issue in years past, but it always seemed to resolve itself.

Open 1

Message failed. Too many recipients.

Hello, I was attempting to send a message to 44 recipients and got the attached error message. I then created a mailing list and attempted sending both as To: and a CC:, … (læs mere)

Hello, I was attempting to send a message to 44 recipients and got the attached error message. I then created a mailing list and attempted sending both as To: and a CC:, and got the same error. My understanding from searching the issue is that Thunderbird has a maximum of 60 recipients allowed, and my provider, northmail.ca, has a maximum of 250 recipients allowed. I cannot figure out what the problem is, or what I am missing. Assistance would be appreciated. Thanks

Open 2

I cannot pin any of my extensions to the toolbar Firefox PC desktop

When I first install an extension, there is an option to pin that extension icon to the Firefox taskbar. But if I later unpin it, then I can never repin it back to the ta… (læs mere)

When I first install an extension, there is an option to pin that extension icon to the Firefox taskbar. But if I later unpin it, then I can never repin it back to the taskbar. In older editions of Firefox, long ago, there were ships wheel icons next to the extensions in the extension list. There was choice to "pin to the taskbar", but now there are no ship's wheel icons in the list. And therefore no way to repin the extension to the taskbar. Therefore, once I unpin an extension icon from the taskbar, I have no way to pin it back up there.

Open

tryng to import a seamonkey profile in to at TB email system.

Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Pr… (læs mere)

Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Profiles/4wd1drzq.default is incorrect; isRelative=true SeamonkeyProfileImporter.sys.mjs:67:22 and This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”. SeamonkeyProfileImporter.sys.mjs . Have found this: /* This Source Code Form is subject to the terms of the Mozilla Public

* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import { AppConstants } from "resource://gre/modules/AppConstants.sys.mjs"; import { ThunderbirdProfileImporter } from "resource:///modules/ThunderbirdProfileImporter.sys.mjs";

/**

* A module to import things from a seamonkey profile dir into the current
* profile.
*/

export class SeamonkeyProfileImporter extends ThunderbirdProfileImporter {

 NAME = "SeaMonkey";
 /** @see BaseProfileImporter */
 async getSourceProfiles() {
   const slugs = {
     win: ["AppData", "Mozilla", "SeaMonkey"],
     macosx: ["ULibDir", "Application Support", "SeaMonkey"],
     linux: ["Home", ".mozilla", "seamonkey"],
   }[AppConstants.platform];
   if (!slugs) {
     // We don't recognize this OS.
     return [];
   }
   const seamonkeyRoot = Services.dirsvc.get(slugs[0], Ci.nsIFile);
   slugs.slice(1).forEach(seamonkeyRoot.append);
   const profilesIni = seamonkeyRoot.clone();
   profilesIni.append("profiles.ini");
   if (!profilesIni.exists()) {
     this._logger.debug(
       "No SeaMonkey profile found in the well known location."
     );
     return [];
   }
   const profiles = [];
   const ini = Cc["@mozilla.org/xpcom/ini-parser-factory;1"]
     .getService(Ci.nsIINIParserFactory)
     .createINIParser(profilesIni);
   for (const section of ini.getSections()) {
     const keys = [...ini.getKeys(section)];
     if (!keys.includes("Path")) {
       // Not a profile section.
       continue;
     }
     const name = keys.includes("Name")
       ? ini.getString(section, "Name")
       : null;
     const path = ini.getString(section, "Path");
     const isRelative = keys.includes("IsRelative")
       ? ini.getString(section, "IsRelative") == "1"
       : false;
     let dir;
     try {
       if (isRelative) {
         dir = seamonkeyRoot.clone();
         dir.appendRelativePath(path);
       } else {
         dir = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsIFile);
         dir.initWithPath(path);
       }
     } catch (ex) {
       this._logger.warn(
         `Path ${path} is incorrect; isRelative=${isRelative}`
       );
       continue;
     }
     if (!dir.exists()) {
       this._logger.warn(`${dir.path} does not exist`);
       // Not a valid profile.
       continue;
     }
     profiles.push({ name, dir });
   }
   return profiles;
 }

} Thank you

Open 1

K-9 Mail suddenly stopped to work.

My K-9 in Android suddenly stopped to work a couple of days ago. The server asks for autentification. I haven't changed anything. I've uninstalled and reistalled the app… (læs mere)

My K-9 in Android suddenly stopped to work a couple of days ago. The server asks for autentification. I haven't changed anything. I've uninstalled and reistalled the app and restarted my phone a Samsung S22 ultra several times. The app is recognating some settings automatically but it doesn't accept my old password with 16 letters in a group of four with highfens in between. What shall I do, please? Something wrong with the server? The version of the app is 17.0 updated March 16th 2026.

Løst 2

Firefox not accepted at my bank

My Firefox browser works just fine, and the "about" tab says it is up to date with ESR, but Chase.com won't let me log in, saying I need ESR. If I already have it, what g… (læs mere)

My Firefox browser works just fine, and the "about" tab says it is up to date with ESR, but Chase.com won't let me log in, saying I need ESR. If I already have it, what gives?

Open 6 1 73

How to disable this navigation shortcut

the go back to previous page shortcut is annoying and it kept messing with my work and I want to disable it I use touchpad and accidentally goes back to previous page all… (læs mere)

the go back to previous page shortcut is annoying and it kept messing with my work and I want to disable it I use touchpad and accidentally goes back to previous page all the time and sometimes I have to redo my unsaved work because of this. Please disable this arrow in a blue circle thing

Open

I changed password for email provider, but it wont update in thunderbird even though I do not use password manager

Hi, I use hushmail as an email provider, and thunderbird to download my hushmail emails onto my laptop. I recently changed the hushmail password, but I cannot see how to… (læs mere)

Hi, I use hushmail as an email provider, and thunderbird to download my hushmail emails onto my laptop. I recently changed the hushmail password, but I cannot see how to update it in thunderbird. I have read several help posts suggesting I need to change the password in 'saved logins', but I don't have any saved passwords there. I know the password is correct because I can access my emails with it online on the hushmail site, just not through thunderbird. I have attached pics showing that I don't have any saved logins, and the message I get when I try to download emails. Any help would be appreciated, thanks in advance.

Open 1

Can you turn off CTRL+SHIFT+S for tsaving the screen as it's something I use a lot, thanks.

The shortcut change feature in Firefox does not have an option to disable CTRL+SHIFT+S shortcut function that saves the screen. Is it possible to disable tor change the s… (læs mere)

The shortcut change feature in Firefox does not have an option to disable CTRL+SHIFT+S shortcut function that saves the screen. Is it possible to disable tor change the shortcut. Very frustrating. Thank you.

Open