opening a .eml attachment

my wfie sends me windows outlook emails with files that read .eml at the end of the attachment linux 115.0.105 and thunderbird latest, it then reads what should thunderbi… (читать ещё)

my wfie sends me windows outlook emails with files that read .eml at the end of the attachment linux 115.0.105 and thunderbird latest, it then reads what should thunderbird do with this file? If i click open with (it defaults to kmail view (default)) if i click on the arrow down i get other, if click on other, I get: celluloid, mpv media player, libreoffice, none of which will open the attachment.

For marital happiness, what do i do? I have tried to stay away from k-whatever. Thank you...b³

Задан Bullish Bob Bagley 10 минут назад

Gmail internet clock is wrong time zone, how to fix

Firefox for Android. Gmail comes in at a different time zone, but my clock is correct. How do I fix it? I have location OFF on tablet and do not want it on. Can I fix… (читать ещё)

Firefox for Android.

Gmail comes in at a different time zone, but my clock is correct. How do I fix it?

I have location OFF on tablet and do not want it on. Can I fix this without turning on the ability to track my device?

Thank you.

Задан CiaoBella13 13 минут назад

Junk mail vs. Spam mail

I am trying to clean up my inbox. I have come to the realization that there are two kinds of junk mail: * SPAM - unsolicited email I never asked for * JUNK - n… (читать ещё)

I am trying to clean up my inbox. I have come to the realization that there are two kinds of junk mail:

    * SPAM - unsolicited email I never asked for 
    * JUNK - newsletters that I subscribed to but don't want to keep past 30 days or so
I want the spam mails gone immediately but the junk emails that are newsletters I actually subscribe to I want them to have a limited lifetime so that they are deleted after 30 days or so. 

Is there a way to do this in Thunderbird?

If not could this functionality possibly be implemented in future versions?

Задан brendamc 20 минут назад

Thunderbird

Using Thunderbird on Linux I cannot delete any local folders, when I try to delete them I get more copies of the folders on reopening Thunderbird, after the system says i… (читать ещё)

Using Thunderbird on Linux I cannot delete any local folders, when I try to delete them I get more copies of the folders on reopening Thunderbird, after the system says it is "not responding" and I close it down. I have tried several times and now have multiple copies of the local folders I've tried to delete.

Задан barnetoaklea 1 час назад

As of 5/5/2024 I am unable to login to my outlook.com account from Firefox.

I can login from other web browsers, but not Firefox. What's going on? When I try to login as I have always dine in the past, this is what comes up: https://outlook.liv… (читать ещё)

I can login from other web browsers, but not Firefox. What's going on?

When I try to login as I have always dine in the past, this is what comes up: https://outlook.live.com/mail/0/

But then absolutely nothing happens. Please advise.

Задан cleo.miller 1 час назад

display colors on twitter

Hi. with Firefox not able to get default colors on twitter. With other browser no problem - i've got default colors All Extensions disabled, restarted - but no change … (читать ещё)

Hi. with Firefox not able to get default colors on twitter. With other browser no problem - i've got default colors All Extensions disabled, restarted - but no change

Задан ivkovic651 2 часа назад

Touch Keyboard not working in Firefox

I have windows 10 pro (64), 22H2 OS build 19045.4170, Windows Feature Experience Pack 1000.19054.1000.0 and latest Firefox (125.0.3) installed on A HP Pavilion Notebook 1… (читать ещё)

I have windows 10 pro (64), 22H2 OS build 19045.4170, Windows Feature Experience Pack 1000.19054.1000.0 and latest Firefox (125.0.3) installed on A HP Pavilion Notebook 17 F121DS, Serie 5CD4355YDX. Touch Keyboard (not to be confused with on-screen) opens and closes immediately; sometimes, on the first occurrence, it stays open long enough to be able to click on a text field and then disappears. "On screen keyboard" works fine as does "Touch keyboard" in Edge and Chrome and all other Apps. Since this is a recent occurrence, and a lot of odd changes took place after the last FF update, I have reverted to Firefox 124, after this did not work also did a restore to last Restore Point from April. No change! I have consulted the [1754973] as well as [1750584] , but these did not help me much further. Any suggestions or is there a bug?

Задан Karl 2 часа назад

www.undefined.com? Message just appeared on home page saying cannot connect to www.undefined.com?

Hi Friends.... This morning logged into my website as usual and this message appeared on the home page. I have not checked the link as it seems potentially malicious ... … (читать ещё)

Hi Friends.... This morning logged into my website as usual and this message appeared on the home page. I have not checked the link as it seems potentially malicious ... It does not appear when visiting my site on Safari. I have emptied the cache I have been through troupbleshooting mode I have reinstalled Firefox and it still is there..

How to rid myself of this

All help gratefully received Graham

Macbook pro 2017 OS 12.7 Firefox 125.03

Задан gb32 2 часа назад

Bookmarks Toolbar Popup Menu Padding, Color, and more.

Hi All, I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding… (читать ещё)

Hi All,

I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding between menu items and rounded corners.

I'm a fan of system menus, so I would really like the popup menu to look like the regular bookmarks menu from the top menu bar (see attached image).

I also like the subtle chiseled vertical line separating the favicons and the descriptions, and the 1px gray border around the menu, plus square corners.

I took a guess at some of the variable names, but only the menu's background color has changed.

Maybe someone knows how to change other attributes such as border color, radius, menu-item-height, padding, and add in the 3D vertical column line?

Thank you!

Here is my first attempt at the code...

#PersonalToolbar menupopup {
  /* Text color */
  --menu-color: #000 !important;
  --arrowpanel-color: #000 !important;
  --panel-color: #000 !important;
  /* Background color */
  --menu-background-color:  #f0f0f0 !important;
  --arrowpanel-background: #f0f0f0 !important;
  --panel-background: #f0f0f0 !important;
  /* Border color (if any) */
  --menu-border-color: #606060 !important;  /* not working on boomarks toolbar menu */
  --menu-border: 1px !important;  /* not working on boomarks toolbar menu */
  --menu-border-radius: 0px !important;  /* not working on boomarks toolbar menu */
}
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
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 */
}

Задан Slouch 7 часов назад

Suspected Scam 'your account has been hacked'

I've got notifications informing me with various sentences. That my account has been hacked, Scammers have your passwords, your card details have been stolen. These messa… (читать ещё)

I've got notifications informing me with various sentences. That my account has been hacked, Scammers have your passwords, your card details have been stolen. These messages are only in Notifications not one email received. I feel they are scams. Anyone else had this. All my accounts are locked down so I'm not alarmed. And all is fine. Anyone out there that can offer their experience? Thanks

Задан flissa3 7 часов назад

Can't launch my url in Selenium-controlled Firefox browser process

Receiving this error: Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window. My desktop app redirects user to a … (читать ещё)

Receiving this error: Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window.

My desktop app redirects user to a login screen on Firefox, and I want to automate it using Selenium. My current workflow: 1. Launch Selenium-controlled Firefox browser using GeckoDriver 2. Click on "Login" button on my desktop app. The desktop app launches the login screen on user's OS default browser using the default user profile (in which case I set in profiles.ini to the temp profile copy created by Selenium). 3. (ERROR) Popup on the above error is displayed

Code: import configparser import os

web_driver = selenium_webdriver.Firefox(executable_path='C:\\Users\\mnxl\\.wdm\\drivers\\geckodriver\\win64\\v0.34.0\\geckodriver') profile = web_driver.capabilities['moz:profile']

  1. Path to the Firefox profiles folder

profiles_path = os.path.expanduser(r'~\AppData\Roaming\Mozilla\Firefox')

  1. Path to the profiles.ini file

profiles_ini_path = os.path.join(profiles_path, 'profiles.ini')

  1. Read the profiles.ini file

config = configparser.ConfigParser() config.read(profiles_ini_path)

  1. Find the section for the profile to set as default

for section in config.sections():

   if config.has_option(section, 'Path') and config.get(section, 'Path') == profile:
       # Set this profile as the default
       config.set(section, 'Default', '1')
   else:
       # Set all other profiles as not default
       config.set(section, 'Default', '0')
  1. Write the changes back to the profiles.ini file

with open(profiles_ini_path, 'w') as configfile:

   config.write(configfile)

Задан Magdeline Ng 7 часов назад

Form data history on Firefox for android?

Hello there, isn't there anything like form data history like there is on the windows version? So when I type something in any text fields it suggests that input the nex… (читать ещё)

Hello there,

isn't there anything like form data history like there is on the windows version? So when I type something in any text fields it suggests that input the next time I visit the page.

Thanks, Chris

Задан Chris 7 часов назад

Thunderbird freezing when creating link in Draft Email.

Good Day, For the last few weeks, when using Thunderbird on Windows and writing a draft email, when clicking on the button to create a link, the draft email window freez… (читать ещё)

Good Day,

For the last few weeks, when using Thunderbird on Windows and writing a draft email, when clicking on the button to create a link, the draft email window freezes. This also happens if I use the menu bar Insert -> Links...

All other Thunderbird windows remain functioning, and I can effectively continue working, but the frozen draft window will remain on screen until closed through Task Manager.

This only happens when creating a Link, not inserting other objects, like an Image. This problem also does not happen with Thunderbird on Ubuntu.

I am running version 115.10.1.

Thanks in advance for any tips that could be of help.

Задан KI89 8 часов назад

Speedometer2.1 My Firefox Score: 161 My Chrome Score: 380

Speedometer2.1 My Firefox Score: 161 My Chrome Score: 380 why im missing? its normal? same hardware, no extensions. how can i increase my firefox score? i have Ryzen … (читать ещё)

Speedometer2.1 My Firefox Score: 161 My Chrome Score: 380

why im missing? its normal? same hardware, no extensions.

how can i increase my firefox score?

i have Ryzen 5600 CPU and Radeon 6600 VGA and M2 SSD

Задан moderndefender 9 часов назад