Showing questions tagged: Show all questions
  • Solved

Email Account Sorting under v125.0

I have many email accounts I pickup with Thunderbird and I used to be able to sort them in order of importance but not so with v125.0. The add-in is disabled and I tried… (read more)

I have many email accounts I pickup with Thunderbird and I used to be able to sort them in order of importance but not so with v125.0.

The add-in is disabled and I tried sorting the accounts in account setting but the minute you leave account settings the sort is gone.

Asked by jziggy 2 days ago

Answered by jziggy 1 day ago

  • Solved

Rearrange email domains in the left tool box?

In my left tool bar I have: xxxx@cox.net pop server followed by about 40 folders. This was the Cox email that is no longer in use. xxxx@gmail.com followed by folders … (read more)

In my left tool bar I have:

xxxx@cox.net pop server followed by about 40 folders. This was the Cox email that is no longer in use.

xxxx@gmail.com followed by folders

xxxx@cox.net this is the new imap cox.net using yahoo.

Is it possible to move the bottom cox.net to the top, followed by gmail, followed by the no longer in use pop cox.net?

Thanks

Asked by thessick 2 days ago

Answered by Bogomil Shopov - Бого 2 days ago

  • Solved

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (read more)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Asked by Slouch 1 week ago

Answered by Slouch 3 days ago

  • Solved

Add eyedropper tool to toolbar

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality.… (read more)

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality. I have power-toys but I hate to see this tool needlessly depreciated. My workflow needs to sample many colors at a time making the menu navigation needless. PLEASE let there be a way to add it to the toolbar, I hope there is. Thanks for your time

Asked by bromraven 6 days ago

Answered by zeroknight 5 days ago

  • Solved

Filter on display text of sender

Is there a way I can make a filter that responds to the displayed sender (which may be different from the address)? For instance if an email has the header “From: "John D… (read more)

Is there a way I can make a filter that responds to the displayed sender (which may be different from the address)? For instance if an email has the header “From: "John Doe" <john.doe@example.org>”, can I make a filter check if “John Doe” matches a pattern?

Asked by Anselm Schüler 2 weeks ago

Answered by Anselm Schüler 4 days ago

  • Solved

Mouse-click + modifier key to open a link in private mode?

I'd like to be able to open a link in private mode by holding down some modifier key, then clicking on the link. There are many times that I want to open a link in privat… (read more)

I'd like to be able to open a link in private mode by holding down some modifier key, then clicking on the link. There are many times that I want to open a link in private mode, and a keypress + click would be the quickest way to do it given that one hand typically remains at the keyboard while I use the mouse/trackpad.

I've even added a toolbar button to open a new private browsing window, then dragged and dropped a link onto the button, but that gets a circle with slash icon and nothing more.

Others have asked this question, so, to be clear, none of the following address my question: copying the link then opening the private browsing window & pasting the link, using a customized shortcut/bookmark, opening Firefox in private mode via command line, right-clicking the link then selecting "Open link in new private window".

Thanks for any advice and thank you, Mozilla, for Firefox!

Asked by TAP 5 days ago

Answered by zeroknight 5 days ago

  • Solved

How to force firefox to start as specific height width?

hi i just got firefox setup just as i want so dont want to reset it. yes i have used arkenfox to beef up pivacy. only problem is i assume fingerprint disabling has made… (read more)

hi

i just got firefox setup just as i want so dont want to reset it. yes i have used arkenfox to beef up pivacy.

only problem is i assume fingerprint disabling has made the window size like tor browser.

is there a way via the shortcut to "c:\mozilla\firefox\firefox.exe" -height 1024 -width 1600

does not work

"c:\mozilla\firefox\firefox.exe" -height 1024 -width 1600 -P default

does not work

how do i fix this? using this method? as i would prefer to do this way

alternatively prefs.js / is there a way to do it there?

simple step by step instructions please

your time and help is appreciated.

thx

Asked by doop23 1 week ago

Answered by zeroknight 1 week ago

  • Solved

different letters

when i write a new mail i have this kind of letters , by sent or received mail, the letters are different, see my two screenshots. how can i install that the letters in … (read more)

when i write a new mail i have this kind of letters , by sent or received mail, the letters are different, see my two screenshots. how can i install that the letters in a written mail are the same in each group?

Asked by Slawomir Dzwonek 4 months ago

Answered by Wayne Mery 1 week ago

  • Solved

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (read more)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the ones I made in 115 ESR.

Is it possible?

Thanks!

Asked by Slouch 1 week ago

Answered by cor-el 1 week ago

  • Solved

Can not seperate email accounts

I have had to Restore my laptop. Since I have I can not seem to separate my email accounts. I wish them to be kept separate because I use different 'Signatures' for each … (read more)

I have had to Restore my laptop. Since I have I can not seem to separate my email accounts. I wish them to be kept separate because I use different 'Signatures' for each account. Is there a way to separate the accounts in Thunderbird? If not How do I delete all the email accounts connected to the main email account, without affecting any email accounts outside of Thunderbird so that I can then add them individually?

Asked by Steve 1 week ago

Answered by Steve 1 week ago

  • Solved

Firefox Translation - Turn off

Hi. How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It… (read more)

Hi.

How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It's annoying.

Asked by beyondlightless 1 week ago

Answered by cor-el 1 week ago

  • Solved

Add-on no longer on Toolbar

I'm using the OneTab add-on, Enabled. The icon no longer shows on the Toolbar, though it is on the Menu bar next to Firefox View. I ran Remove and then Added it again, … (read more)

I'm using the OneTab add-on, Enabled. The icon no longer shows on the Toolbar, though it is on the Menu bar next to Firefox View.

I ran Remove and then Added it again, hoping the Toolbar Icon would reappear = no go, And I lost all URLs already saved, stupid me. To be clear, clicking the Icon on the Toolbar saves all open tabs.

Is there a fix via Preferences? Thanks. gw

Asked by metaguy 2 weeks ago

Answered by zeroknight 1 week ago

  • Solved

Cox.com switched from their own email server to yahoo. I can't get imap to work

Cox.com has decided to no longer have their own email server and switched their accounts to yahoo. I can read my email directly on Yahoo, but can't get their imap to wor… (read more)

Cox.com has decided to no longer have their own email server and switched their accounts to yahoo. I can read my email directly on Yahoo, but can't get their imap to work. I changed the imap and smtp settings to yahoo. Also, the email login has changed and I changed that in Thunderbird. With Cox, the login was just "username" and now it is "username@cox.net". When I made these changes in the account settings, my email account has disappeared from the inbox, but it is still in account settings. I am using a unified inbox with several accounts.

Cox will not help me with this, and I have been on hold with yahoo for an hour with no response. I have been messing with this for two days so I hope you can help me.

Asked by PattiWagen 2 weeks ago

Answered by PattiWagen 2 weeks ago

  • Solved

Prevent all autocomplete in address bar

My elderly mother has twice (in the last month alone!) been scammed by selecting the first thing that comes along in a Google search. I realize this is simply never going… (read more)

My elderly mother has twice (in the last month alone!) been scammed by selecting the first thing that comes along in a Google search. I realize this is simply never going to change, and I need to take steps to prevent her from ever seeing any sponsored results of any kind, or any kind of address bar autocomplete suggestion.

I have taken several dozen hours of my personal time this past month to repair the damage from her first scam experience (that I know about!), and today's incident made me realize that I have to do much more customization of her browser than I previously imagined. When I told her to never fully trust a Google search, her reply was "but I used Firefox!", and that told me everything I needed to know. It simply cannot be left to her understanding of the internet.

The intended setup is an iPad and a Win11 laptop. I would like to set up Firefox so that the address bar is nothing but an address bar without any kind of autocomplete at all. Is this even possible?

Also, I obviously can't filter every scam known to man, but I would like to specifically block the kind of pop-ups and ads that scammers use. What is a good strategy for this specific purpose? I don't care about legitimate marketing ads, even though they're annoying to me personally.

Asked by townie 1 week ago

Answered by townie 1 week ago

  • Solved

How can I set the email message sort to descending date for all folders in all accounts?

How can I set the email message sort to descending date for all folders in all accounts? With many accounts with many folders each, manually changing the sort from ascend… (read more)

How can I set the email message sort to descending date for all folders in all accounts? With many accounts with many folders each, manually changing the sort from ascending to descending is a lot of needless work. A global default is needed, and if there is one, I can't find it.

Asked by macbikegeek 1 week ago

Answered by david 1 week ago

  • Solved

Show as Read setting

With the recent update on Thunderbird, and installing it on a new computer, I can't seem to locate where the setting is that shows "Read" after so many seconds of viewing… (read more)

With the recent update on Thunderbird, and installing it on a new computer, I can't seem to locate where the setting is that shows "Read" after so many seconds of viewing. Could someone redirect me? Thanks so very much!

Asked by mrwayyne 1 week ago

Answered by david 1 week ago

  • Solved

Can I change display in Sent folder?

This is something I've never encountered, since I hardly ever go to the Sent folder except to look at something I sent. But this was a different task. I've had a series… (read more)

This is something I've never encountered, since I hardly ever go to the Sent folder except to look at something I sent. But this was a different task.

I've had a series of emails from a friend, that my wife wanted me to forward to her so she could see them. So I went to the Sent folder, and forwarded 3 of those emails to my wife. Then she told me she only got one so I went back to Sent and thought they would be at the top of the list, 1-2-3, but that was not what I found. Since those emails were each part of several different threads in the back and forth with my friend, it took me a long time to figure out which email to pick off and resend. I made sure I was sorting them by date, descending, but was bewildered that the listing had the ones I wanted embedded (see screenshot, with the ones I just sent highlighted in red)

So my question is, is there a setting where I could tell Tbird to sort strictly by send date?

Asked by SonOfEru 1 week ago

Answered by david 1 week ago

  • Solved

LastPass is now disabled with every Firefox restart

For the past few months every restart of Firefox disables LastPass. I did NOT have this problem previously. The version of LastPass is current (no updates found). I can g… (read more)

For the past few months every restart of Firefox disables LastPass. I did NOT have this problem previously. The version of LastPass is current (no updates found). I can go to Add-ons and the toggle is set to "on" but the icon in the menu bar is black. If I click the toggle off, then back on, LastPass comes on just fine. Why is Firefox disabling something that Add-ons says is loaded? VERY strange. Does NOT happen in Chrome. Thanks for any assistance. PITB!!!

Asked by RobertL39 2 weeks ago

Answered by zeroknight 2 weeks ago