Thunderbird (recent version) on Windows 11 not correctly starting anymore.

Hi, After using Thunderbird for years without problems, I ran into a serious one now (since a few days). When starting Thunderbird it comes up with three almost empty wi… (читать ещё)

Hi, After using Thunderbird for years without problems, I ran into a serious one now (since a few days). When starting Thunderbird it comes up with three almost empty windows, one over the other. No data is filled in and when clicking on the window it says in the upper left corner: Starting page - Modzilla Thunderbird (no response) / (actually in German) Startseite - Modzilla Thunderbird (Keine Rückmeldung). The small login popup is also seen in the window but doesn't accept any typing and shows also 'Keine Rückmeldung / no response'. I can only stop the process on Windows level. I would be very grateful if you could help me with this issue. I cannot get to my emails anymore. Many thanks Holger

Задан hemrich 6 дней назад

Последний ответ от hemrich 6 дней назад

Private Windows Closing Unexpectedly

Hi! I'm trying to determine if I'm having a Firefox issue or not. I've been using Firefox for many years and frequently use private windows. I've got a new laptop with… (читать ещё)

Hi!

I'm trying to determine if I'm having a Firefox issue or not. I've been using Firefox for many years and frequently use private windows.

I've got a new laptop with Windows 11 and have been noticing that my private windows are sometimes closing unexpectedly. After which, I can't get my tabs back. This has only happened with private windows, and not regular windows.

Is this an issue that's being reported in the community? Thanks.

Задан pmench 6 дней назад

Последний ответ от pmench 6 дней назад

Cannot Share to a group...

I post or write something on my homepage. I then want to share my post to groups I belong to. I hit the share button and get this new and poorly designed response to shar… (читать ещё)

I post or write something on my homepage. I then want to share my post to groups I belong to. I hit the share button and get this new and poorly designed response to share. I go to the 'group' share icon. It then lists the groups I'm a member of. So far so good. I then click on one of my groups that I want to share the post with. I get a response, like previously before this new change, allowing to write something to the group along with the post/image I want to share. But there is no 'share' button that allows me to share the post. When this hideous new change came into effect there was a sliver of blue at the bottom, obviously from the share button, and clicking on this allowed me to share my post. Unfortunately, the next day when I attempted to share my post, the blue sliver disappeared and there was no way I could share it to a group. For some reason I cannot take a screenshot of what I'm writing about. Your thoughts?

Задан mrsammy7 6 дней назад

Последний ответ от mrsammy7 5 дней назад

Any way to stop TB from going to the next message after deleting?

When I delete a message, I would like to stop TB from automatically opening the next (or previous) email. I have seen this question asked several times over the years b… (читать ещё)

When I delete a message, I would like to stop TB from automatically opening the next (or previous) email.

I have seen this question asked several times over the years but none of the suggested ways (mostly add-ons) work anymore. One add-on was called Mail Tweak and another was called Deselect On Delete but neither is currently available.

Is there a way to do this today?

Задан roy64 6 дней назад

Последний ответ от roy64 5 дней назад

Thunderbird will not enable add-ons

Hello, since upgrading to 115 Thunderbird has disabled all add-ons, and does not have an option to reenable them. This was done to several extensions which are not marked… (читать ещё)

Hello, since upgrading to 115 Thunderbird has disabled all add-ons, and does not have an option to reenable them. This was done to several extensions which are not marked as incompatible including "NestedQuote Remover" and "Unmangle Outlook Safelinks". Removing and uninstalling them solves nothing. Indeed, the button to install from the market does not work. I had to save to and then install from a local file to test this.

I am not in trouble-shooting mode, but I have found that "Load Temporary Add-on" in debugging works for the current session.

(I tried searching Google and this forum to no avail.... only turning up irrelevant thread about older versions, Firefox etc.)

Задан belg4mit 6 дней назад

Последний ответ от belg4mit 5 дней назад

Yahoo IMAP has no messages in the Sent folder

My Yahoo IMAP account in Thunderbird no longer has any email showing in the Sent folder. There's plenty of mail in Yahoo Sent mail in the browser, but it's not finding it… (читать ещё)

My Yahoo IMAP account in Thunderbird no longer has any email showing in the Sent folder. There's plenty of mail in Yahoo Sent mail in the browser, but it's not finding its way into Thunderbird. I tried the Repair option, but I just get a typical message that I often see for Yahoo:

"The current operation on 'Inbox' did not succeed. The mail server for account Yahoo responded: [SERVERBUG] UID FETCH Server error - Please try again later."

The Yahoo account shows Sent mail in my iPhone. The Thunderbird Sent folder was seeing messages as recently as last week, so this seems to be a new problem, and I don't know if it's something that I did wrong by mistake. Thanks for any help.

Задан VonZipper 5 дней назад

Последний ответ от VonZipper 5 дней назад

Incorrect unread message indicator

Am using 115.10.1 Thunderbird on Windows 10. This email account inbox shows one unread message, but I can't find any unread message. Toggled message threads to see if a p… (читать ещё)

Am using 115.10.1 Thunderbird on Windows 10. This email account inbox shows one unread message, but I can't find any unread message. Toggled message threads to see if a previous message was unread, but could not find any there either. Have both closed Thunderbird and restarted the computer, but it made no difference. It is bothersome, but my main concern is whether this is indicating some virus or other hack of my computer. This is just a home computer, not on a business network. Do have it on wi-fi. Is it just a matter of somehow resetting the unread message indicator or is it a sign of something more serious?

Задан rdgoold 5 дней назад

Последний ответ от rdgoold 5 дней назад

Menu Padding Code Works in FF on Windows 10 but not in Windows 7?

Hi All, Any idea why the menu code I'm using below to reduce padding in menu items is only affecting Firefox in Windows 10, but not in Windows 7? Please see attached im… (читать ещё)

Hi All,

Any idea why the menu code I'm using below to reduce padding in menu items is only affecting Firefox in Windows 10, but not in Windows 7?

Please see attached images.

It's a very strange anomaly. This is true for both FF 125 and FF 115 ESR.

Thanks to all who respond.

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/ /*

*
* why doesn't this affect the Firefox menu bar in Windows 7?  only in windows 10?
*
*/

menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu {

 padding-block: 0px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
 min-height: unset !important; /* v92.0 - for padding below 4px */

}

root {
 --arrowpanel-menuitem-padding: 4px 8px !important;

}

Задан Slouch 5 дней назад

Последний ответ от Slouch 5 дней назад

Video controls missing on homepage thumbnails

When I would mouse-over a thumbnail on the Youtube home page I use to get a video preview with sound and text controls displayed. Video preview and controls are now miss… (читать ещё)

When I would mouse-over a thumbnail on the Youtube home page I use to get a video preview with sound and text controls displayed. Video preview and controls are now missing on homepage thumbnails. Is there a way to get preview and controls back ?

I cleared the cache and cookies...no effect. Problem does not exist with Edge browser.

Using Windows 10 / Firefox browser 125.0.3 (64-bit)

Задан dee_veloper 6 дней назад

Последний ответ от dee_veloper 5 дней назад

Are Firefox Menus Different in Windows 7 and Windows 10?

Do Firefox menus appear differently in Windows 10 than they do in Windows 7? In Windows 7, I see the normal system menus - square corners, light blue menu item highlight… (читать ещё)

Do Firefox menus appear differently in Windows 10 than they do in Windows 7?

In Windows 7, I see the normal system menus - square corners, light blue menu item highlights, 3D column line on the left, dark drop shadow below and to the right of the menu.

In Windows 10 I notice differences - gray-highlighted menu items, rounded corners, no drop shadow, etc.

I'm not using any code to style the menus.

Please see attached images.

Thanks to all who respond.

Задан Slouch 5 дней назад

Последний ответ от Slouch 5 дней назад

keep browser open after closing last tab

I want to keep browser open after closing last tab. I changed the boolean parameter "browser. tabs. closeWindowWithLastTab" to "false" but the browser still closes with… (читать ещё)

I want to keep browser open after closing last tab. I changed the boolean parameter "browser. tabs. closeWindowWithLastTab" to "false" but the browser still closes with closing of last tab.

What else is required ?

Задан dee_veloper 5 дней назад

Последний ответ от dee_veloper 5 дней назад

YouTube videos randomly buffering

Hey folks, I've been noticing something peculiar with Firefox that's been bothering me lately. Whenever I try to watch videos on YouTube in resolutions above 1080p, they … (читать ещё)

Hey folks, I've been noticing something peculiar with Firefox that's been bothering me lately. Whenever I try to watch videos on YouTube in resolutions above 1080p, they tend to randomly buffer. It's quite frustrating, especially when I know my internet connection is stable and other browsers don't seem to have this issue. Has anyone else experienced this problem with Firefox? And if so, do you have any tips or solutions to share? Thanks in advance for any insights!

Задан ThanosZ97 5 дней назад

Последний ответ от ThanosZ97 4 дня назад

Why do certain types of 'links' not work in Firefox, but do on other browsers

I'm having trouble using a particular site, that I used to be able to in particular clicking on sub menu's from a context menu if that is the correct term, meaning I cann… (читать ещё)

I'm having trouble using a particular site, that I used to be able to in particular clicking on sub menu's from a context menu if that is the correct term, meaning I cannot click an item/button to reveal a menu below it. From the image supplied there are 2 'menu's' with a < character that when clicked should reveal a sub menu of items, works in Edge/Chrome etc.. the only extension I have is Keeper.

Задан jftowers 5 дней назад

Последний ответ от jftowers 4 дня назад

Import profile

Hello and Good Morning! I need to transfer messages from one computer to another. I follow your instructions - export to .zip, file smaller than 2gb. On the second compu… (читать ещё)

Hello and Good Morning!

I need to transfer messages from one computer to another. I follow your instructions - export to .zip, file smaller than 2gb. On the second computer, I import the .zip file, the import seems to be successful, then I restart the program and I don't see the imported data anywhere (only Local Folders is created, but it is empty).

Could you please help me? Will be very, very helpful ;)

Задан kuba.frankowski.gt 4 дня назад

Последний ответ от kuba.frankowski.gt 4 дня назад

FireFox crashes on startup after sudden pc shutdown

After accidentally cutting power to my pc, Firefox has been crashing upon start. I've tried using Troubleshoot Mode, refreshing, reinstalling, and even manually deleting … (читать ещё)

After accidentally cutting power to my pc, Firefox has been crashing upon start. I've tried using Troubleshoot Mode, refreshing, reinstalling, and even manually deleting all my user data, but nothing has worked. These crashes do not appear in the crash logs, and happen instantly upon opening the program.

Oddly enough, using task manager to restart Windows Explorer stops the crashing, at least for thirty or so seconds (this is how I was able to try Troubleshoot Mode, as well as accessing logs). I have no idea why this is, nor if it's useful information.

Задан enochbennett144 6 дней назад

Последний ответ от enochbennett144 4 дня назад

Search defaults to UK. How undo? Using Duck Duck Go for search.

My default search engine is Duck Duck Go. I frequently use a VPN. I am usually in North America and want to search sites in North America. When I run a search by typ… (читать ещё)

My default search engine is Duck Duck Go. I frequently use a VPN.

I am usually in North America and want to search sites in North America. When I run a search by typing a search term in Firefox, I get results beginning in UK, and I see that a blue toggle switch has been set to UK. (See image.)

This started 2-3 weeks ago.

How do I set things so that my searches begin in North America?

I have checked "about:config" preferences and do not see anywhere that UK is specified. I don't see a region preference setting, either.

Thank you.

Задан ezameht 4 дня назад

Последний ответ от ezameht 4 дня назад

Pocket recommended articles

On my old macbook pro, when I opened Firefox recommended Pocket articles appeared automatically on each tab I opened. This is not happening on my new macbook air. How can… (читать ещё)

On my old macbook pro, when I opened Firefox recommended Pocket articles appeared automatically on each tab I opened. This is not happening on my new macbook air. How can I enable this?

Задан satsuma_sally 3 дня назад

Последний ответ от satsuma_sally 3 дня назад

Reply Signatures

Has anyone found a way to have a separate "reply signature?" The use-case is that I may send an initial email with a 'complete' signature (first name, lastname, email, p… (читать ещё)

Has anyone found a way to have a separate "reply signature?"

The use-case is that I may send an initial email with a 'complete' signature (first name, lastname, email, phone, etc.). But when the other party replies it would be nice to then reply to that with just my first name. Or at worst, auto-insert the full signature.

I've setup my full signature and auto-populates when I create a new message. But not on the reply.

Any suggestions?

Задан Eric Gombrich 4 дня назад

Последний ответ от Eric Gombrich 3 дня назад

URL autocomplete - I want to start over.

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto f… (читать ещё)

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto fill “weather.com”. Now it auto fills every time with http://www.weatherbase.com/. I don’t know where that came from. Similarly, I used to type the first few letters of “duckduckgo.com” and it would bring up “duckduckgo.com”. Now it brings up a magnifying glass below the url with “Search with duckduckgo”. I am thinking it might be best if I can start over, i.e. clear out any information it’s saved about where it thinks I want to go, and start remembering the sites I am entering now.

Задан WAYNEOO 4 дня назад

Последний ответ от WAYNEOO 3 дня назад