About the display of the total number of Thunderbird messages

How to make Thunderbird not display the total number of messages, it's driving my OCD crazy, I've been looking for almost an hour and still can't find where to set this. … (read more)

How to make Thunderbird not display the total number of messages, it's driving my OCD crazy, I've been looking for almost an hour and still can't find where to set this.

Asked by wuxiaoning523 Duela 6 ordu

Last reply by Matt Duela 4 ordu

ExtensionSettings policy

We're exploring adopting a default deny policy for Firefox extensions in our enterprise. However when I tested this by creating a custom policies.json Firefox unexpectedl… (read more)

We're exploring adopting a default deny policy for Firefox extensions in our enterprise. However when I tested this by creating a custom policies.json Firefox unexpectedly removed all extensions for me, including the ones I thought I had allow listed. Here is my policies.json but just keeping in the Facebook Container add-on to illustrate:

{

   "policies": {
       "ExtensionSettings": {
           "*": {
               "blocked_install_message": "Only approved Firefox extensions can be installed, please email your request to itdept@example.org",
               "installation_mode": "blocked",
               "allowed_types": ["theme", "dictionary", "locale"]
           },
           "@contain-facebook.xpi": { "installation_mode": "allowed" }
       }
   }

}

What I would like is to to allow pre-approved extensions (including if they already are installed) and all other types of add-on, but remove and prohibit installation of unapproved extensions.

Can anyone assist, please?

Asked by Damon Duela 6 ordu

What happened to my bookmarks?

My bookmarks previously would be displayed on the left of the screen when I start Firefox. For some reason someone thought it would be an improvement to force me to use a… (read more)

My bookmarks previously would be displayed on the left of the screen when I start Firefox. For some reason someone thought it would be an improvement to force me to use another click to show my bookmarks. Forcing the user to make more clicks is NEVER a good design choice. There seems to be no setting for getting my bookmarks displayed by default. Now there is just a setting whether or not to show a "sidebar" with a button I must click to show the bookmarks. Bring back my bookmarks please, or add a setting to allow me to get them back.

Thanks.

Asked by R_Stover Duela 6 ordu

  • Konponduta

Does Nebula support message pane in middle? If not, I need to revert

The version I was using before could put have a layout like this with a simple tweak below: - Accounts - Individual email pane - Message list I just CANNOT use Thunderbi… (read more)

The version I was using before could put have a layout like this with a simple tweak below: - Accounts - Individual email pane - Message list

I just CANNOT use Thunderbird if I can't do this. How do I do this in Nebula or what version can I revert to? Go to profile folder: Chrome folder userChrome css file Add this: /* puts message page in the middle */

  1. threadPaneBox {-moz-box-direction: reverse !important;}

Asked by Zji Duela 14 ordu

Answered by Zji Duela 7 ordu

  • Blokeatuta

HELP! CSS code: what is the new code for 'puts message page in the middle'

1. I want to put the pane for reading the message in the middle of the layout. I really dislike having to crane my head right all the time. 2. The old css code to enter … (read more)

1. I want to put the pane for reading the message in the middle of the layout. I really dislike having to crane my head right all the time.

2. The old css code to enter into Chrome/userChrome.css was:

'/* puts message page in the middle */ threadPaneBox {-moz-box-direction: reverse !important;}'

3. What is the new one? ___________________________________________________________ PERIPHERAL INFO A. I know how to do the rest of it, such as toolkit.legacyUserProfileCustomizations.stylesheets =true B. Change to vertical layout

Asked by Zji Duela 9 ordu

Last reply by Matt Duela 8 ordu

  • Konponduta

Layout customization

I am running TB 138 and still have some issues with the layout and UI. How can I customize the spacing and font size for the "From", "To", "CC" and "Subject" fields? I mu… (read more)

I am running TB 138 and still have some issues with the layout and UI. How can I customize the spacing and font size for the "From", "To", "CC" and "Subject" fields? I much prefer the old TB interface where all these fields were much closer in terms of spacing, and the subject line font was same the size as the rest, in bold. Any way to customize this?

Thanks in advance.

Asked by mc.subs Duela egun bat

Answered by sfhowes Duela 16 ordu

Persistent data keeps dissapearing

Hi, I want a website (Protonmail, my email client) to store persistent data. I have enabled it, but I also have all my browser security settings on Strict (also clearing … (read more)

Hi, I want a website (Protonmail, my email client) to store persistent data. I have enabled it, but I also have all my browser security settings on Strict (also clearing browse data and cookies on each closing of the browser), so now when I have downloaded the data and I close and reopen my browser: it's all gone. I tried looking at making Protonmail an Exception, but that's only possible in relation to Tracking Protection. How to fix this?

Thank you in advance,

Kind regards,

Asked by siardnicolai Duela 15 ordu

Last reply by jscher2000 - Support Volunteer Duela 10 ordu

pop ups

Hi, When I go on bj's site and click on the department I want and click on an item A pop up keeps saying this page is slowing down your browser click stop to get a be… (read more)

Hi,

  When I go on bj's site and click on the department  I want and click on an item A pop up keeps saying this page is slowing down your browser click stop to get a better experience. I never had that problem before,how do I fix that?

Asked by Faith Midiri Duela 21 ordu

Last reply by Paul Duela 11 ordu

Enterprice policies not updating eventhough the plist file has changed.

In /Library/Preferences/org.mozilla.firefox.plist: ``` <plist version="1.0"> <dict> <key>EnterprisePoliciesEnabled</key> <true /> &… (read more)

In /Library/Preferences/org.mozilla.firefox.plist:

``` <plist version="1.0"> <dict> <key>EnterprisePoliciesEnabled</key> <true /> <key>ExtensionSettings</key> <dict> <key>cloudmetering@snowsoftware.com</key> <dict> <key>install_url</key> <string>https://raw.githubusercontent.com/SnowSoftware/agent-firefox-extension/refs/heads/main/cloudmetering-v1.2.3.xpi</string> <key>installation_mode</key> <string>force_installed</string> </dict> </dict> </dict> </plist>```

In about:policies: {"cloudmetering@snowsoftware.com":{"installation_mode":"blocked","install_url":"https://raw.githubusercontent.com/SnowSoftware/agent-firefox-extension/refs/heads/main/cloudmetering-v1.2.3.xpi"}}

The plist file did read "blocked" at one point, but it no longer does. Why isn't firefox picking up the new value from the plist file? Restarting/refresing FF has not helped so far.

Asked by Per Malmberg Duela 13 ordu