unable to receive attachments

I do not receive attached files in my emails. As far as I know all my server settings are correct. I have disabled my VPN so that is not interfering as it does with sen… (read more)

I do not receive attached files in my emails. As far as I know all my server settings are correct. I have disabled my VPN so that is not interfering as it does with sending emails. Thunderbird was set up to preview pdf docs but it doesn't.

Asked by davidheeren 8 ساعت قبل

löschen von Nachrichten mit Umschalt+Entf

Ich habe in der Benachrichtigung zu der Funktion "löschen von Nachrichten mit Umschalt+Entf" den Warnhinweis "diese Nachricht nicht mehr anzeigen" versehentlich mit einem… (read more)

Ich habe in der Benachrichtigung zu der Funktion "löschen von Nachrichten mit Umschalt+Entf" den Warnhinweis "diese Nachricht nicht mehr anzeigen" versehentlich mit einem Häkchen versehen. Wie kann ich den Warnhinweis wieder anzeigen lassen?

Danke im Voraus für die Hife MB

Asked by mbmoeba 9 ساعت قبل

browser screen on Firefox not the usual one

I have just installed "Opera" browser which I thought would allow me to install an App called "Marine Traffic" onto my computer. It seemed to make changes to my default b… (read more)

I have just installed "Opera" browser which I thought would allow me to install an App called "Marine Traffic" onto my computer. It seemed to make changes to my default browser which is Firefox, so I re-installed Firefox. Now when I click on Firefox it comes up with a search bar but it is not the usual search bar but a largely blank screen with just a search bar in the middle. It does come up with an option at the top for another search session and when I click on that it is the normal Firefox browser screen. Can I get rid of this first strange blank screen with search bar? Mark

Asked by Mark Swan 9 ساعت قبل

host contacted. sending login information

Since today, when I opened TB on my M1 mac, the cursor suddenly started multicolour circling and nothing happened. below the following message comes host contacted. send… (read more)

Since today, when I opened TB on my M1 mac, the cursor suddenly started multicolour circling and nothing happened. below the following message comes host contacted. sending login information Force quit TB but nothing changed. restarted the mac but nothing changed switched off wifi . then the circling stopped and could check, delete old email. the moment wifi is switched on , the cursor starts circling and cannot do anything. i think TB is not connecting to internet. Please help solve the problem

Asked by Vivek Jain 9 ساعت قبل

Firefox doesnt use cache for XHR plain file -> Chrome works fine!

i host diablo_web_simple on my root running nginx when i use chrome it only loads the chunks of diabdat.mpq once -> then loads them from cache when using firefox it al… (read more)

i host diablo_web_simple on my root running nginx when i use chrome it only loads the chunks of diabdat.mpq once -> then loads them from cache when using firefox it always loads the chunks and doesnt use cache -> this results in slower load and less performance

diabdat.mpq = ~270mb chunksize = between 1-7mb combined chunksize of loading game: ~65mb

i already set in about:config browser.cache.check_doc_frequency 2

i also set headers for caching this file in nginx

nothing works pls help

Asked by bhoff1297 2 روز قبل

Last reply by bhoff1297 9 ساعت قبل

Google search result top thumbnail pictures disappear when the search results complete in firefox browser.

The thumbnails can be momentarily seen but within less than a second they disappear. Not happening in edge so doesn't seem to be a computer setting. Cleared all cookies a… (read more)

The thumbnails can be momentarily seen but within less than a second they disappear. Not happening in edge so doesn't seem to be a computer setting. Cleared all cookies and cache in firefox. No different. The attached image shows the pictures that are missing in firefox. Image taken from an Edge search.

Thank you in anticipation. Steve Balderson

Asked by st3v3kn3bworth78 10 ساعت قبل

E-Mails are downloaded multiple times

Dear all, Since two days my e-mails are downloaded multiple times, i.e. I receive one and the same mail up to 10 times or more. I have 3 accounts, but only two of them ha… (read more)

Dear all, Since two days my e-mails are downloaded multiple times, i.e. I receive one and the same mail up to 10 times or more. I have 3 accounts, but only two of them have this problem. The account without problem is with a different provider. What could be the reason? What could I do? Many thanks and best regards, Ute

Asked by calalou 12 ساعت قبل

display location in headers

I just left from Postbox (on macos) since this program has been sold to another company and is not maintained anymore. Postbox is designed after Thunderbird. It has a con… (read more)

I just left from Postbox (on macos) since this program has been sold to another company and is not maintained anymore. Postbox is designed after Thunderbird. It has a convenient feature: displaying Location in the headers of displayed messages. For those users who have a lot of mailboxes, this can be quite helpful. If no add-on can do this, I suggest that it is implemented in Thunderbird itself.

Asked by GéraldT 12 ساعت قبل

Firefox keeps crashing after update to 24H2

Hello, after update of window 11 to 24H2, Firefox keeps crashing on start. I completed deinstalled Firefox, rebooted and installed again, no effect. I switched off hardw… (read more)

Hello,

after update of window 11 to 24H2, Firefox keeps crashing on start. I completed deinstalled Firefox, rebooted and installed again, no effect. I switched off hardware acceleration and all add-ins and selected system theme, no effect. No crash occurs when started in troubleshoot mode. I did a clean-up (in troubleshoot mode), no effect. What should I do now? Where is the error log?

Regards Christian

Asked by christian.weiland 12 ساعت قبل

Can send but cannot receive messages

Dear Sir or Madam, Since last monday I'm unable to receive Thunderbirds messages but can send and the 2 emails went into my local folders file now instead of my daviddss2… (read more)

Dear Sir or Madam, Since last monday I'm unable to receive Thunderbirds messages but can send and the 2 emails went into my local folders file now instead of my daviddss2007@aol.com sent file (see attachedment). I am unable to carry out any functions of my current files in daviddss2007@aol.com (eg move, change or delete). I've also noticed if I try other methods to retrieve messages I get the 1st attachment each time on my screen. I've tried checking my Settings / Account settings with my very limited experience and all the settings appear to be correct according to other blogs I've read. As further info when I open my Thunderbirds page it is not normal for the page to show permanently daviddss2007@aol.com: Connected to imap.aol.com... (see 3rd attachment). Normally it would search for emails received in my INBOX and if nothing found remain empty?. I hope the attachments assist - so PLEASE HELP Dave S Smith

Asked by David Smith 13 ساعت قبل

How to programmatically access Firefox power consumption metrics?

I'm trying to measure power consumption in Firefox using automation. My goal is to get power consumption metrics for specific webpage loads. What I've tried: 1. Using Pu… (read more)

I'm trying to measure power consumption in Firefox using automation. My goal is to get power consumption metrics for specific webpage loads.

What I've tried: 1. Using Puppeteer with Firefox's profiler:

  - Enabled power profiling preferences
  - Used the Profiler CDP commands
  - Got profile data but no power metrics

I know Firefox DevTools has power profiling capabilities in the Performance panel, but I need to access this programmatically. Is there a way to: 1. Access the same power metrics that Firefox's Performance panel shows? 2. Get power consumption data through Firefox's debugging protocol or any other API? 3. Enable and collect power profiling data in an automated way?

Any guidance on the correct approach would be greatly appreciated!

Asked by Son Pham Ba 13 ساعت قبل

“playing video in facebook

When playing videos in Facebook after a few of them I get a blue circle spinning . When I use chrome I don't have a problem.I have had Firefox for over 10 years ,if I can… (read more)

When playing videos in Facebook after a few of them I get a blue circle spinning . When I use chrome I don't have a problem.I have had Firefox for over 10 years ,if I cannot fix this Em going to have to use chrome

Asked by steven2402 13 ساعت قبل

Bad Colors

A few months ago after an update to Firefox the window would open but be transparent with no controls visible. I tried the refresh Firefox option which worked but left ot… (read more)

A few months ago after an update to Firefox the window would open but be transparent with no controls visible. I tried the refresh Firefox option which worked but left other problems. A website has a medium blue header at the top with white fonts (links) on it, which still appear that way in Chrome and Opera, but since the refresh the header is black with black fonts in Firefox (which of course you can't see). There are also variations of this problem on some other other websites. The only way I can see links on those sites is to set color management to override 'always'. Is there any way to fix this problem? Thanks Mike

Asked by SomeOldFool 1 روز قبل

Last reply by SomeOldFool 14 ساعت قبل

Using Norton Safe Search with FireFox

I've used Norton Safe Search on FireFox for years with no problem. But few weeks back, when I use Safe Search, it does no longer brings back the green checks indicating t… (read more)

I've used Norton Safe Search on FireFox for years with no problem. But few weeks back, when I use Safe Search, it does no longer brings back the green checks indicating the site is safe. It works with Edge, but not with FireFox. I've contacted Norton and still waiting to get a response. Anyone have idea as to what is going on and how to fix it?

thanks -

Asked by Linda Keyes 1 هفته قبل

Last reply by Linda Keyes 4 روز قبل