Showing questions tagged:

How to find and change settings on Security Drop Down box, esp for downoloads?

When downloading a form from a web site, I unfortunately selected *Deny All* from the new security Drop Down Box. Now all downloads "failed" as response. How can I chan… (read more)

When downloading a form from a web site, I unfortunately selected *Deny All* from the new security Drop Down Box. Now all downloads "failed" as response. How can I change this? I have uninstalled and reinstalled browser, however no change.

Open

repeat delete not available

I use Thunderbird 140.11.1esr with Ubuntu 24.04. I also use LibreOffice 26.2. When using LibreOffice, if I want to delete a number of contiguous characters, I put the cur… (read more)

I use Thunderbird 140.11.1esr with Ubuntu 24.04. I also use LibreOffice 26.2.

When using LibreOffice, if I want to delete a number of contiguous characters, I put the cursor at the start of the characters I want to delete, press the delete key and hold it. Holding down the delete key means that delete works its way through all the characters I want to delete.

When using Thunderbird, if I want to delete a number of emails, pressing down and holding the delete key doesn't result in the deletion of a number of emails. Instead, I have to keep pressing delete again and again.

Is there some setting in Thunderbird that I can change that will result in delete automatically working its way through all the emails I want to delete?

Thanks,

Leslie

Open 2

Security issue when using QR code for signing in Firefox account

Hi, people, Yesterday I signed in Firefox account on my phone using QR. I see that everyone who has a quick access to my Desktop Firefox can take all my passwords and pay… (read more)

Hi, people, Yesterday I signed in Firefox account on my phone using QR. I see that everyone who has a quick access to my Desktop Firefox can take all my passwords and payments by sync Firefox on his mobile. QR code is convenient, but not secure at all. .

Open

I can no longer send event reminder notifications by email

I have been using Thunderbird calendar synced to gmail a/c on Linux Mint for many years and have been able to send reminder notifications by email. Recently I had to uns… (read more)

I have been using Thunderbird calendar synced to gmail a/c on Linux Mint for many years and have been able to send reminder notifications by email. Recently I had to unsubscribe my calendar and reinstall to clear a fault and the notification by email function has disappeared from Thunderbird event notifications. Can you tell me how to restore that function?

Version 140.11.1esr

Open 2

messages added to sub folder disappear

Thunderbird 140.7.1 i have a subfolder called "purchases" which I add to on a regular basis. Suddenly no messages appear after May 2014 I have logged in directly to the … (read more)

Thunderbird 140.7.1 i have a subfolder called "purchases" which I add to on a regular basis. Suddenly no messages appear after May 2014 I have logged in directly to the mail server, and all the missing messages are definitely on the server. I have checked the local filters, none are set. I have tried properties/repair. I have tried removing ~/.thunderbird/xxx/ImapMail/mail.myserver.com.au/INBOX.sbd/purchases.msf

Could it be a problem with dovecot indexing on the server? all the other subfolders seem to work fine. It's just this one.

Open 2

As of a couple months ago my Yahoo email account has quit working on Thunderbird.

My Yahoo account on Thunderbird sees no email found. My eMail Providers: Yahoo, AOL, Gmail. AOL and Gmail(2 accounts) work fine. Only Yahoo doesn't respond. As you can se… (read more)

My Yahoo account on Thunderbird sees no email found.

My eMail Providers: Yahoo, AOL, Gmail.

AOL and Gmail(2 accounts) work fine. Only Yahoo doesn't respond. As you can see in the attached screen shot, it shows a "No Messages Found" message.

I have tried everything listed in the support page.

I'm sure it is something simple but I can't see it.

Open 2

Troubleshooting manual system-wide installation of Thunderbird Beta on Linux Mint alongside Thunderbird Release, and managing profiles once installed

To get some information out of the way before reading: my verbose step-by-step is listed below, followed by a summary without the trouble shooting steps. I have read the … (read more)

To get some information out of the way before reading: my verbose step-by-step is listed below, followed by a summary without the trouble shooting steps. I have read the information about managing profiles when running multiple release channels, but found it a little confusing. If I can improve the formatting here, please let me know and I will edit my post to be more clear.

I am leaving the troubleshooting steps in the event that I did something wrong here.

My questions are primarily: 1. is there a more straightforward way to do this? 2. are there any additional steps to follow after successfully getting both a Release channel installation and a Beta channel installation as far as profile management?

The problem, with step-by-step troubleshooting steps to solve I have Thunderbird Release installed on Linux Mint system-wide, following the instructions here: https://support.mozilla.org/en-US/kb/installing-thunderbird-linux#w_system-thunderbird-installation

Now I take note of the fact that beta must be installed in a different directory: "It is possible to have multiple channels of Thunderbird installed, and even run them simultaneously. Each must be installed in a different installation directory, which will force multiple Thunderbird data profiles to be used in order to protect and keep your data separated."

  • ...so although I have an `/opt/thunderbird/` directory, I rename the downloaded extracted tarball `thunderbird-beta/` and move that directory to `/opt`


I move on to Step 4 from the article linked, creating a symlink.

  • what I used to install Release: `sudo ln -s /opt/thunderbird/thunderbird /usr/local/bin/thunderbird`
  • what I used today to install Beta: `sudo ln -s /opt/thunderbird-beta/thunderbird /usr/local/bin/thunderbird-beta`

Everything works from here as far as me being able to click on the `thunderbird-beta` executable in `/usr/local/bin` and get into the Beta application with a fresh program.

Here is the step I'm unsure of, and where I run into issues.

In Step 5 of the linked article, when I installed release: "Download a copy of the desktop file": `wget https://raw.githubusercontent.com/mozilla/sumo-kb/main/installing-thunderbird-linux/thunderbird.desktop -P /usr/local/share/applications`

...gives me a launcher in `/usr/local/share/applications`. I can edit this in a text editor to point to a different icon etc if need be, but when installing release this is obviously already configured.

So when I install beta, I don't want two of the same icons representing different Thunderbird channels, because my assumption is that will cause issues. So instead of downloading this file again, I copy the file I downloaded with `wget` when installing release, and instead of naming it `thunderbird.desktop` I name it `thunderbird-beta.desktop`

  • I then edit this file in a text editor to point to the Beta icon in `/opt/thunderbird-beta/chrome/icons/default/default256.png`
  • But the resulting file indicates "there was a problem launching the application" and when reopening the file in a text editor, I notice none of my changes have persisted and it's blank.

...I can confirm through a file manager that the icon at `/opt/thunderbird-beta/chrome/icons/default` is a visually different icon with "Beta" added to the bottom of the icon.

So this launcher in `/usr/local/share/applications` is the step I'm having trouble with.


Troubleshooting steps:

  • I delete the previously edited `thunderbird-beta.desktop` file, and I rerun the `wget` command to download another copy of `thunderbird.desktop`, this time using the `-o` flag so that the resulting name is `thunderbird-beta.desktop` again. I again edit this with a text editor and point the icon field to `/opt/thunderbird-beta/chrome/icons/default/default256.png`

For some reason, this works: allows me to save my changes and the icon of `thunderbird-beta.desktop` successfully changes to the Beta icon. By default, with no other changes, clicking this successfully launches Thunderbird, but of course it launches my Release version, so I change the Exec parameter to point to the Beta executable in `/usr/local/bin`

And now I get my desired results: start menu entry, separate icon, and launching the Beta release.

So my primary questions again are: 1. I notice that simply running the Beta application once uses the same `.thunderbird` directory that Release uses, and creates its own profile folder, which seems ideal to me. Verifying that this is the expected and preferred behavior? 2. I'm confused about the support article for profile management when running multiple release channels. Do I want to re-add all of my accounts to Beta from inside the application, therefore having two copies of my mail and profiles on my computer?

Open 1

address book name problem

An address book that I was using for years suddenly stopped working. It was called 'nachbarn'. I had to rename it to 'nachbarn@here', and it worked again. This is on Linu… (read more)

An address book that I was using for years suddenly stopped working. It was called 'nachbarn'. I had to rename it to 'nachbarn@here', and it worked again. This is on Linux, and a week ago I have been using this list with its old name. But in betwen I changed my account from POP3 to IMAP, which may have contributed. Since there are plenty of complaints on the Internet, I'd suggest to change the plausi check for the address field, so that the address must either contain an '@' or be the name of a list or address book?

Thanks a lot!

Open

Firefox appears in all desktops

When I try to use multiple desktops to arrange the opened windows, the window of Firefox is present in all of them, even the last one, which is usually totally empty (and… (read more)

When I try to use multiple desktops to arrange the opened windows, the window of Firefox is present in all of them, even the last one, which is usually totally empty (and when we drag a new window in it, a new empty desktop is created).

You can find attached screenshots of my three desktops, where Firefox appears (I blurred all info that could be sensitive, I hope I did not miss any !).

Is there a setting to unset this ?

NB: this is a duplicate of a post I made on askUbuntu, but it seems that this issue is more Firefox related than Ubuntu... And I did not manage to fix it with the answer provided there, so I'm trying my luck here !

NB2: oops, i just noticed that I inserted this question in the wrong topic (android), it seems that I cannot change that... I anyone see how to do it let me know !

Open 2 36

Can I configure Thunderbird to reply from the To: address by detault?

My email provider provides "Disposable Email Addresses" - aliases which still direct mail to my inbox but don't expose my primary email to any web sites etc. I provide th… (read more)

My email provider provides "Disposable Email Addresses" - aliases which still direct mail to my inbox but don't expose my primary email to any web sites etc. I provide them to. It's very handy for registering for mailing lists, product vendors etc. since if one gets leaked, it's no big deal. I can drop the email again, but at least I know who was responsible for leaking it (I still get spam to my old Myspace account). My problem is that I'll occasionally have a need to reply such an email, and by default my From: address is my primary email address, not the one in the To: header. This is confusing to the recipient (since it's from some unknown email) and also exposes my email unintentionally. Is there any way to configure Thunderbird to always reply using the To: address? If there are multiple To: or CC: addresses, it could perhaps be specified with a wildcard matching any of my aliases. I can do it with Identities, I know, but I have to set that up before replying and I frequently forget.

Open 4

Can send but not receive emails

Hi, I can receive emails (via satellite internet) but not send. I logged on to my email provider and I can send emails from there but not from here. any ideas????? … (read more)

Hi, I can receive emails (via satellite internet) but not send. I logged on to my email provider and I can send emails from there but not from here. any ideas?????

Open

Firefox (151.0.4) automatically create unwanted empty folder "Downloads"

Firefox automatically creates an empty "Downloads" folder in my home directory that I don't need. My browser settings specify a different file save path. How can I stop t… (read more)

Firefox automatically creates an empty "Downloads" folder in my home directory that I don't need. My browser settings specify a different file save path. How can I stop this? I'm using Firefox 151.0.4 and Rosa Linux 13.2 (Fedora clone).

Open

installing a website as a desktop app on linux arch

Firefox 151.0.1 64 bit for Arch Linux I am trying to create a desktop app from a website - the ai is saying if there is no + sign in the url box then try More Tools ->… (read more)

Firefox 151.0.1 64 bit for Arch Linux I am trying to create a desktop app from a website - the ai is saying if there is no + sign in the url box then try More Tools -> Create Shortcut but there is no Create shortcut there. So how to create a desktop app from a website?

Open

Tabs Opening in firefox

Every time I open Firefox, the checkbox next to "Opening links in tabs" always disappears, even though I've checked it in previous sessions. How can I make it permanent? … (read more)

Every time I open Firefox, the checkbox next to "Opening links in tabs" always disappears, even though I've checked it in previous sessions. How can I make it permanent?

I use Firefox on the Linux Mint operating system.

Open

Firefox is continually consuming more than 100% CPU on my system and frequently has to be restarted

Is anyone looking into this? I found an article that told me to remove some cash files and it seemed to fix the issue but it continues to reoccur. Some apps such as MS360… (read more)

Is anyone looking into this? I found an article that told me to remove some cash files and it seemed to fix the issue but it continues to reoccur. Some apps such as MS360 Outlook seem to trigger it, but if it was truly just a corrupt cache issue then cleaning the cash/profile once should have fixed the issue. Instead its become a constant pain in the *** and I'm tempted to find another browser. Seems very recent as well as I've never had issues with firefox before.

Ubuntu 24 Mozilla Firefox 151.0.3

Open

How do you differentiate between formatted and unformatted text in the composition window?

I use Thunderbird on dark mode, so by default, unformatted text (where I haven't explicitly set text color) appears as white text on a black background in my compose wind… (read more)

I use Thunderbird on dark mode, so by default, unformatted text (where I haven't explicitly set text color) appears as white text on a black background in my compose window. The same unformatted text, when sent to someone viewing it in light mode, appears as black on white to them and remains readable. When I use white text in my compose window, it looks identical to me, but remains white when sent and is thus unreadable white-on-white to those using light mode. Is there something in the composition window that indicates whether I'm typing with formatted or unformatted text? (No, the color selector tool does not do this. When typing unformatted text, it displays the last selected colors, regardless of whether they are being used.)

If there's no way to distinguish this, could someone please add a UI element for it?

Open

thunderbird does not install my email account

thunderbird refuses to connect with my email account. it says, either the name is wrong or the passwort, or the settings. name and pssword is proofed, so its the setting… (read more)

thunderbird refuses to connect with my email account. it says, either the name is wrong or the passwort, or the settings. name and pssword is proofed, so its the settings. where can i find them, and what is to do ?

Open