מוצגות שאלות עם התגיות: הצגת כל השאלות

Can I make messages pane look like Betterbird?

I us an M2 Mac. I like Thunderbird, but prefer the Betterbird card view. Is there any way I can replicate this in Thunderbird? I have attached two screenshots - one Bett… (read more)

I us an M2 Mac. I like Thunderbird, but prefer the Betterbird card view. Is there any way I can replicate this in Thunderbird?

I have attached two screenshots - one Betterbird, the other Thunderbird. I much prefer the Betterbird look, without the card frames and with the blue message header.

You might well say 'use Betterbird then!'. The problem is that Betterbird is not available in a native Apple Silicon version, only Intel, and therefore runs in emulation mode. Thunderbird has a native Apple Silicon version.

Just two small changes. Remove the card frame and make the unread message header blue. Surely that's possible somehow in Thunderbird?

Asked by phillip9 לפני 17 שעות

Last reply by phillip9 לפני 38 דקות

Unable to

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the downl… (read more)

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the download fails or gets cancelled. I never changed any settings, how can i fix this?bold text

Asked by Qtip_69 לפני 8 שעות

Unable to download/failed/cancelled downloads

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the downl… (read more)

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the download fails or gets cancelled. I never changed any settings, how can i fix this?

Asked by Qtip_69 לפני 9 שעות

How to force spellcheck for all websites

I would like to force spellcheck for all websites, and override any HTML code from the websites. which may be disabling it. This should be done automatically and not by i… (read more)

I would like to force spellcheck for all websites, and override any HTML code from the websites. which may be disabling it. This should be done automatically and not by inspecting and manually altering the HTML. I consulted with ChatGPT and tried adding some code to my existing userChrome.css but it is having no effect, even after clearing cache and restarting Firefox. For instance, faxzero.com has a form with spellcheck disabled. I tinkered with the CSS and kept testing faxzero, but the spellcheck always remains disabled. How can I accomplish my goal?

Code: body[spellcheck="false"], input[type="text"][spellcheck="false"], input[type="email"][spellcheck="false"], input[type="password"][spellcheck="false"], input[type="search"][spellcheck="false"], input[type="url"][spellcheck="false"], textarea[spellcheck="false"], [contenteditable="true"][spellcheck="false"] {

   spellcheck: true !important;

}

Asked by wlesney לפני 15 שעות

Last reply by cor-el לפני 10 שעות

clearing restore bookmark list

When you go into 'Manage Bookmarks' and click on 'Import/Backup Bookmarks' is there a way to clear out the list of files listed when you hover over 'Restore ->' which … (read more)

When you go into 'Manage Bookmarks' and click on 'Import/Backup Bookmarks' is there a way to clear out the list of files listed when you hover over 'Restore ->' which brings up the list of recent bookmark files that you have restored?

Asked by Artoo Smith לפני 22 שעות

Last reply by cor-el לפני 13 שעות

right click menu fixed size and position

When I do right mouse click on page, depending on the mouse cursor position, context menu appears and I need to scroll up or down to access appropriate item. I thought I … (read more)

When I do right mouse click on page, depending on the mouse cursor position, context menu appears and I need to scroll up or down to access appropriate item. I thought I need to try and fix size and position of a page context menu. Is it possible? I believe it may depend on the screen size and resolution and how many entries add-ons add to right click menu. Examples: https://imgur.com/nocb5kK.png https://i.imgur.com/yNeNJQh.png

Asked by mx500 לפני 23 שעות

Last reply by mx500 לפני 16 שעות

Addon/Extension Not Staying Pinned

I've installed this extension: https://addons.mozilla.org/en-US/firefox/addon/public-ip-display/ I've pinned it and it shows up in the Toolbar, no issues till here. Ho… (read more)

I've installed this extension: https://addons.mozilla.org/en-US/firefox/addon/public-ip-display/

I've pinned it and it shows up in the Toolbar, no issues till here.

However, when I exit Firefox and open it again, the extension is no longer pinned. I cannot even locate the extension in the list of extension when i click on the little "puzzle" icon that shows you your lists of addons and allows you to pin them.

Everytime after I start a fresh session of Firefox, I have to go about:addons find the add on, toggle it off and then toggle it on again (it stays on after restart btw) for it show up in the toolbar.

Can you assist in figuring out why this addon is behaving this way?

Thanks!

Asked by Plasma0102 לפני 16 שעות

changing password without an options option

I recently had an issue where my email password changed on another client, but Thunderbird did not prompt me for a new password. After two days, my account was still froz… (read more)

I recently had an issue where my email password changed on another client, but Thunderbird did not prompt me for a new password. After two days, my account was still frozen with no new emails on Thunderbird, although they were updating on other clients. The Mozilla help on the issue said to go to "Options." There is no "Options" option in my Thunderbird, not in the top menu, not under server settings, not under Account settings, not under Tools. My version of Thunderbird is 115.11.0 (64-bit), running on Ubuntu Linux 22.04 LTS. Maybe the issue of no "Options" option is specific to this particular incantation.

Here's what I did to force Thunderbird to prompt me for a new password. I selected "Server Settings" below the email address in the left pane. I changed the Server Name to one that is incorrect. When I migrated away from that textbox, Thunderbird raised a popup window that it had to restart. I let it restart, and when it came back up, it prompted me for a new password. I now input my correct password for the email address. It came back a few moments later that the password was incorrect, asking me to enter a new password. Well, it's the server URL that's incorrect, not the password. I cancelled the popup window, then changed the the server name back to the correct one. When I migrated away from that textbox, Thunderbird again raised a popup window that said it had to restart. I let it restart, and when it came back up, everything was fine, and my two days of undelivered emails came through immediately.

I hope this can help others who are bewildered by the lack of an "Options" option on their version of Thunderbird.

Asked by randybass1 אתמול

Last reply by david לפני 17 שעות

I am trying to send emails from a VBA code, and it works sometimes and sometimes not.

My code is as follows: thund = "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe " & _ "-compose " & """" & _ "to='" & email &… (read more)

My code is as follows: thund = "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe " & _

       "-compose " & """" & _
       "to='" & email & "'," & _
       "attachment='" & Attachment$ & "'," & _
       "subject='" & subj & "'," & _
       "body='" & fullBody$ & "'" & """"
   Call Shell(thund, vbNormalFocus)
   Sleep 3000
   AppActivate "thunderbird"
   SendKeys "^~", True
   Sleep 3000
   SendKeys "^{ENTER}", True
   Sleep 3000
   SendKeys "%fd", True

Asked by Phillip Abookire לפני 17 שעות

Can't see threading in Thunderbird.

Basically, when I have a threaded message, I don't see the > to drop down information to show the threads from the subject pane in the subject field. I have gone to v… (read more)

Basically, when I have a threaded message, I don't see the > to drop down information to show the threads from the subject pane in the subject field.

I have gone to view, sort by threaded. I'm led to believe I should see something like this:

Subject : Top Level of Thread

 |
 ---> Subject : Re: Top Level of Thread
      |
      ---> Subect : Re: Top Level of Thread

But I see none of that. It's just one flat subject. It doesn't even tell me someone has replied to me. I have to go into the mail to see that. I have added the conversations add on just to get a glance of that, because I'm seeing nothing.

Image attached of what I see.

Asked by trash6 לפני 2 ימים

Last reply by david לפני 17 שעות

Could we have a plist for configuring DNS settings on our Firefox browser.

Hello, We would like to deploy a configuration profile to our macbooks running Sonoma 14.5 and above. This is being done via Jamf MDM. However when we use our current … (read more)

Hello,

We would like to deploy a configuration profile to our macbooks running Sonoma 14.5 and above. This is being done via Jamf MDM. However when we use our current plist to configure settings, They are not being applied correctly, The issue seems to be with the firefox plist itself and not our Jamf deployment. Would you be be able to advise or could we ask for a plist template that could achieve this?


Thanks.

Asked by sysadmins לפני 18 שעות

double line spacing forced every time you press enter - Also messages from same sender are sorted and combined into a single line in the INBOX list - how do you keep each message separate? Thanks

double line spacing forced every time you press enter - Also messages from same sender are sorted and combined into a single line in the INBOX list - how do you keep each… (read more)

double line spacing forced every time you press enter - Also messages from same sender are sorted and combined into a single line in the INBOX list - how do you keep each message separate? Thanks

Asked by G S אתמול

Last reply by ggbsde אתמול

Thunderbird keeps resetting the view settings for tasks

I changed the columns to be shown in the tasks view and have it sorted by due date. But every time Thunderbird starts, it resets my view settings for the tasks and shows … (read more)

I changed the columns to be shown in the tasks view and have it sorted by due date. But every time Thunderbird starts, it resets my view settings for the tasks and shows me the default columns and order. How can I fix it?

Asked by August3180 אתמול

  • נפתרה

check box at left of message threads.

When you highlight an email and then delete it, the little check box at the far left then 'jumps' into the email either above or below the one you deleted. How can you st… (read more)

When you highlight an email and then delete it, the little check box at the far left then 'jumps' into the email either above or below the one you deleted. How can you stop that from happening? I've attached a screenshot to illustrate my problem. How do you stop the check box on a deleted email from jumping to an existing email you may not want to delete?

Asked by Jim Lee לפני 4 ימים

Answered by Matt לפני 3 ימים

Twitter X Ad Blocker add on update

Hello, I've chatted with the creators of the add on "Twitter X Ad Blocker" and asked why it isn't working any more. They told me they have an update made and ready but yo… (read more)

Hello, I've chatted with the creators of the add on "Twitter X Ad Blocker" and asked why it isn't working any more. They told me they have an update made and ready but you have not approved it yet. What will it take to get you to approve the update so this will work again?

Thanks, Tracy

Asked by tracyjarchow לפני 3 ימים

Last reply by cor-el אתמול

Toggling visibility of the URL bar and tabs via the bookmarks toolbar visibility setting [SOLVED]

tl:dr Here's the CSS to put in userChrome.css file. This is the "hides everything" option. See toward the end of this post for others. navigator-toolbox:has(#PersonalT… (read more)

tl:dr Here's the CSS to put in userChrome.css file. This is the "hides everything" option. See toward the end of this post for others.

  1. navigator-toolbox:has(#PersonalToolbar[collapsed="true"]) {
 visibility: collapse;

}


+++

I was looking for a way to hide the nav bar and ran across this older forum topic (https://support.mozilla.org/en-US/questions/1288181).

The solution shown here seems to be non-functional these days (early 2024), but it gets us in the right direction, so below is the code for us to look at.

  1. main-window[chromehidden*="toolbar"] #nav-bar {
 visibility: collapse;

}

This is CSS, meant to be copied into a text document, itself placed in a folder called "chrome" that you'll need to create in your browser's active profile folder. Per step 6 in the instructions (https://www.userchrome.org/how-create-userchrome-css.html) linked by @jscher2000 in the above-linked forum topic, you'll also need to set toolkit.legacyUserProfileCustomizations.stylesheets to "true" in about:config. If you don't know what about:config is, this is a good example to get started, but I'm not going to explain it here.

This CSS code selects the object with ID #main-window, with an HTML attribute "chromehidden" equal to "toolbar", and sets its CSS property "visibility" to "collapse". Apparently Mozila have changed the way they implement toolbar hiding, as this no longer works — this chromehidden attribute is nowhere to be found in the HTML that drives the Firefox interface, not sure if that's the place to look for it, but I think so. Anyway, we need to dig around in this interface HTML ourselves to see what changes when hiding the bookmarks toolbar, so we can adapt a new method to what's going on in the browser now.

To do so, we open a window within a window (chrome://browser/content/browser.xhtml) and run the inspector via Web Developer Tools. Comparing the HTML we see here with the bookmarks toolbar in each state (I used BBEdit to compare the texts), we see that the object with ID #PersonalToolbar experiences a change in its "collapsed" attribute when we hide/show the bookmarks toolbar. So in our CSS code, we shift our strategy to update the "collapse" CSS property for #navigator-toolbox whenever it contains a #PersonalToolbar object with its own "collapsed" attribute set to "true", which occurs whenever we hide the bookmarks toolbar. Somewhat surprisingly, this approach of updating the CSS property seems to auto-reset on its own when the "collapsed" attribute is set back to "false", which occurs when we show the bookmarks toolbar again. In other words, it simply toggles with the visibility setting of the bookmarks toolbar, and we don't have to write any further code.

If you're interested in hiding some other UI element when hiding the bookmarks toolbar, you can modify this code to do stuff like that (but to go beyond the below examples you'll need to suss out the object IDs, CSS properties, and HTML attributes — and maybe more, depending on what you're trying to do — on your own).

But for convenience, here's an example that hides just the tabs:

  1. navigator-toolbox:has(#PersonalToolbar[collapsed="true"]) #titlebar {
 visibility: collapse;

}


Here's one that hides just the URL bar:

  1. navigator-toolbox:has(#PersonalToolbar[collapsed="true"]) #nav-bar {
 visibility: collapse;

}


Since those are the only other two things in the #navigator-toolbox to be hidden, I suppose that means we now have all options on the table (at least the way I have the browser set up). Enjoy!

Asked by firefox.anon8f8 לפני 2 ימים

Last reply by firefox.anon8f8 לפני 2 ימים

Address Bar Search Suggestions

Concerning "Dismissed Suggestions"> Restore Suggestions. The "Restore" button (circled in image) is greyed out & will not do anything when clicked. This behaves … (read more)

Concerning "Dismissed Suggestions"> Restore Suggestions. The "Restore" button (circled in image) is greyed out & will not do anything when clicked. This behaves same in normal as well as private browsing windows. Thank you

Asked by Tom_798 לפני 2 ימים

  • נפתרה

Separate Collected Addresses for each account

I am using Thunderbird 115.11.1 (32-bit) to manage 6 different email accounts for work and personal. I would like to be able to organize "Collected Addresses" according t… (read more)

I am using Thunderbird 115.11.1 (32-bit) to manage 6 different email accounts for work and personal. I would like to be able to organize "Collected Addresses" according to the account they were used from.

Eg. I want each account to have it's own unique Collected Addresses address book Collected Addresses - Account 1 Collected Addresses - Account 2 Collected Addresses - Account 3 Collected Addresses - Account 4 Collected Addresses - Account 5 Collected Addresses - Account 6

I've looked online and there are some instructions, but they reference settings that I cannot find. Is there a way to do this?

TIA

Asked by Poppa לפני 2 ימים

Answered by Poppa לפני 2 ימים