• Ikhiyiwe
  • Okugcinwe kunqolobane

Thunderbird 102.0 corrupts emails

I upgraded to TB 102.0 today. After I checked my settings and updated my plugins, it seemed to be working fine. However, later in the day I noticed a message that TB wa… (funda kabanzi)

I upgraded to TB 102.0 today. After I checked my settings and updated my plugins, it seemed to be working fine. However, later in the day I noticed a message that TB was downloading about 880 messages in my main inbox. Of course, there are not nearly that many new messages. I searched and did not notice any new emails in the listing. However, I found that two recent messages had been corrupted in some way. I enclosed an image. When I open the message, there is not even the normal header with the different choices. There is just what appears to be a bunch of information that has been mushed together in place of this email. I found two emails like that. I right clicked on the two, and deleted the corrupted messages. Then I compacted files. For a moment, things seemed OK. Some other emails near those that would not display worked again. However, shortly after I did another compact folders, I got the same message -- downloading the same 880 emails. Now I have two new messages corrupted.

Please help! I have no idea how to stop this corruption. This account is hosted on Google Workspace. I have it set to sync only the last 90 days of messages.

Asked by Mark Lang 11 izinyanga ezidlule

Last reply by Matt 9 izinyanga ezidlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Search.....

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address … (funda kabanzi)

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address bar... Go back to the Google box on the homepage.... You've made it useless....

Asked by koyotee 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

HERE is the answer to put "TABS BELOW" which will work with Firefox V90 using the - userChrome.css - file

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. Yo… (funda kabanzi)

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. You can modify the 45px in this line if you wish to get an appropriate height . . just experiment with different numbers till you get it right --menubar-height: 45px; /*30px|41px=11px; caption buttons on menubar*/

Also to make the tabs wider or narrower, modify the line which is coded width: 50vw !important;

Finally you must enable - css - in Firefox, by typing about:config into your address bar, and search for toolkit. When all the toolkit options appear change the one which says toolkit.legacyUserProfileCustomizations.stylesheets to TRUE by click the icon in the right hand column. Than close Firefox and reopen, and check how it looks This will enable your - css - file to be read, and interpreted and accepted by the Firefox browser.

-------------------------------------------------------------------
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: bottom - Firefox 65 and later - updated for 89+ */
/* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */
/* https://raw.githubusercontent.com/Aris-t2/CustomCSSforFx/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */
/* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */
/* you can adjust the CSS variables until it looks correct */
/* you can use the Browser Toolbox to get the toolbar heights */

*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 40px !important;
  --tab-min-width:  60px !important;

  --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
  --tab-caption: 5px; /* caption buttons on tab bar */
}

/* TAB BAR - below nav-bar */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
#TabsToolbar {-moz-box-ordinal-group:1000 !important;}

#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 50vw !important;
}

#tabbrowser-tabs {
  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;
}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */
*|*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
 #TabsToolbar{
  bottom: var(--tab-adjust); /*ADJUST*/
}

/* TABS: height */
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

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

/* indicators *//*
*|*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
  position: absolute !important;
  display: block !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 14px !important;
  pointer-events: none !important;
}
*/
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* Indicators - HIDE *//*
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
*/

/* Drag Space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

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

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

/* Hide window-controls and caption buttons on Tab Bar */
#TabsToolbar #window-controls {display: none !important;}
#TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Asked by Trevor George, Bristol, UK 1 unyaka odlule

Answered by Trevor George, Bristol, UK 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox "Print Preview" has disappeared from the File menu in 84.0.2

Firefox "Print Preview" has disappeared from the File menu in 84.0.2; all I have now is "Print", which brings up a Microsoft Edge style print dialog. Is this an upgradin… (funda kabanzi)

Firefox "Print Preview" has disappeared from the File menu in 84.0.2; all I have now is "Print", which brings up a Microsoft Edge style print dialog. Is this an upgrading error, or is it just the way Firefox will be now?

Asked by firefox1202 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Double spacing in Menus is back :'-(

A few months ago Firefox decided to double space all the items in menus. Reading through the forums many people didn't like this because of the amount of space that the m… (funda kabanzi)

A few months ago Firefox decided to double space all the items in menus. Reading through the forums many people didn't like this because of the amount of space that the menus now take up. Fortunately there was a work around, by setting 'browser.proton.contextmenus.enabled to false they returned to normal

This morning Firefox my got upgraded and the double spacing problem is back again. However there appears to be a bug with the setting and the menus won't return to normal. I'm now stuck with stupidly large menus that won't fit on the screen and lots of painful scrolling.

Does anybody have an alternative workaround until this is fixed?

Asked by stormcloud 1 unyaka odlule

Last reply by chrisjsevans 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Bookmarks double spaced

Not sure why the bookmarks was changed to double spaced, but I do not like it at all. Please post a work around to make the bookmarks single spaced. I was able to chang… (funda kabanzi)

Not sure why the bookmarks was changed to double spaced, but I do not like it at all. Please post a work around to make the bookmarks single spaced. I was able to change how they are spaced in the bookmarks bar, but not the rest of the bookmarks that are at the top of the page under the favorites icon.

Asked by chzuck 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Unable to type a "space"

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all word… (funda kabanzi)

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all words in a sentence running together. Tried other browsers and they work fine. Changed keyboard as well no joy. Typing is normal in applications like adobe, word, etc..... Only happens during Firefox use......... Uninstalled and reinstalled Firefox, also no help..... How do I fix ?

Asked by doej79779 8 izinyanga ezidlule

Last reply by cor-el 8 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Version 102.0 Some email messages are blank. Possible mail corruption.

Hi, I did an upgrade yesterday from 91 to 102. This morning, I get a few issues. Some email messages are blank. Some have a lot of header and content code displaying tha… (funda kabanzi)

Hi,

I did an upgrade yesterday from 91 to 102. This morning, I get a few issues. Some email messages are blank. Some have a lot of header and content code displaying that is not related to the email I am opening but from a different email message. Some emails have no HTML content but others are fine.

On my cellular device, I am using the Bluemail app and all messages are there and are fine so it appears to be related to Thunderbird 102 upgrade.

I have used Thunderbird for years and this is an issue I have never seen? I am running an IMAP account.

Thanks,

Mike

Asked by mike611 11 izinyanga ezidlule

Last reply by Wayne Mery 9 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

All versions of Firefox Android 11

Dearest creators, Firefox for Android have a bothering issue. In any Android phone while listening directly from SoundCloud site not from app, while only in background th… (funda kabanzi)

Dearest creators, Firefox for Android have a bothering issue. In any Android phone while listening directly from SoundCloud site not from app, while only in background the sound of the music is clipped and sometimes interrupted. I only use Firefox and also as a music player and it's perfect, but lately I have found that SoundCloud have problems with audio rendering while (in my case only) Firefox is in background. Also for this site cannot be applied any sound equalizer compared to any other YT or online radio. Please fix this issue... You're the best!

Asked by AlexFirefox 1 unyaka odlule

Last reply by Paul 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

All of a sudden my bookmarks are double spaced, what happened ?

All of a sudden, my bookmarks ( and other bookmarks) are double spaced. This just happened today and I didn't make any changes. How do I get rid of the double spacing&nb… (funda kabanzi)

All of a sudden, my bookmarks ( and other bookmarks) are double spaced. This just happened today and I didn't make any changes. How do I get rid of the double spacing ? Thank you.

Asked by Nodpete 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Tabs on Bottom

Hi Running Firefox 71.0 (64 bit) Well seems Firefox has been messing this up again. Anyone have the new work around solution to get my tabs back on the bottom again. T… (funda kabanzi)

Hi

Running Firefox 71.0 (64 bit)

Well seems Firefox has been messing this up again.

Anyone have the new work around solution to get my tabs back on the bottom again. They were fine this morning then shut down and went out to lunch and when I came back they were back on the top again after months of being where I wanted them below my bookmark bar.

Thoughts on this?

Thanks Dave

Asked by scottish2 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Thunderbird Version 102 - Automatic download HOSED my PROFILE - Accounts, emails GONE!

The QUICK version is that Thunderbird automatically downloaded and installed 102.1.2, it "updated" my profile, completely corrupted it and NOW It's acting like a NEW inst… (funda kabanzi)

The QUICK version is that Thunderbird automatically downloaded and installed 102.1.2, it "updated" my profile, completely corrupted it and NOW It's acting like a NEW install - NO accounts or emails, it's demanding that I enter my first email account information.

I've tried going back to version 91 and it can't read EITHER of my saved profiles because 102 "upgraded" them. Version 102 IMPORT routine DOES NOT WORK EITHER. Probably thinks that profile is already at 102 even though it WON'T utilize it.

I'm entirely HOSED - all email accounts and all emails GONE GONE GONE.


Here's a summary of my futile attempts to get help since this occurred Monday AM -

Thunderbird Wack-A-Mole:


8/15/2022

Version 102 COMPLETELY HOSED MY EMAIL.

It's demanding that I setup a new email account before it will allow me to do anything!

Meanwhile I have two dozen email accounts and thousands of emails THAT I CAN'T GET TO!

I've just spent a half hour trying to find a copy of version 92.


VERSION 102 hosed my email.

What NOW?

It demands that I setup a new email account and from what I read here my 2 dozen email accounts and thousands of emails may not be accessible any more anyway.

WHERE CAN I GET A COPY OF 92????


"Mark Lang":

From what you are describing, it seems like your TB is not recognizing your profile -- which would cause it to ask you to set up a new one. I would be more specific about exactly what you did to get to this point. You also might want to check what the profile manager is saying. Select the 3 bars in the upper right corner of TB, then Help>more troubleshooting information. Near the bottom of the first table that appears you can click on about:profiles. It should list any profiles TB recognizes. If more than one profile is listed, you might try switching to another one to see if that recovers what you missing. At any rate, more information about specifically what you did, the exact version of 102, etc. will help folks on this forum to give you assistance. The problems described in this thread seem to have been fixed by the versions of 102 at least from 102.1.xxx. At any rate, your emails should still be there on the servers.


8/16/2022:

VERSION 102.2 has DESTROYED ME!!!

When it automatically updated on BOTH my laptop and desktop, I could no longer access my email profile - NO EMAILS and ALL of my 20 email accounts are GONE GONE GONE.

I tried updating with earlier version - doesn't work because 102.2 RUINED MY PROFILE.

I tried updating with 102.2 again and then IMPORTING my accounts and messages from profile and It's STILL demanding that I setup from start again.


I didn't see your response at first, my previous email details what happened. I'll add other steps here:

Getting ready to go on the road for a week. Copied my entire Thundebird profile (26 Gig) to an SSD USB Drive.

Had older version on my laptop - not sure which version - connected to profile, got new emails but NO message bodies would appear in the message window.

Thunderbird automatically "updated" on laptop and then email was hosed - acts like new install.

Then the SAME thing happened on my desktop.

Now ALL of my profiles are screwed! I'm on the road so I don't have ANY email setup information.


"Mark Lang": The TB team recently changed the settings so that that internal updating function would upgrade users to version 102.1.2. Previously, you only got version 102 (instead of the 91.xx series) if you specifically downloaded the new version from the website. Version 102 is a major upgrade and does change the profile folder. It seems like, for some reason, your TB install is not recognizing the folder as changed. This will likely require some work from the development team to track down. Perhaps something is not working with the internal upgrade function. One user reported that he simply downloaded the full install file for version 102.1.2 from the website and reinstalled it, and it then worked fine. You might try that.


Thanks for the quick answer.

I downloaded a complete install for 102.1.2 TODAY and installed it on my laptop.

Then I ran the import from my old profile. It SAID it imported Although it seemed to happen rather fast...

Then SAME THING!!!

I start Thunderbird and it Demands I enter email account to setup.

I won't be able to do much with your tech guys until I fly back home - I'll be home in Hawai'i by Thursday (8/18).

The "updates" that hosed my email were automatic. I DID NOT request them.


My problem is I can't get to my email - EVERYTHING is HOSED in my Profile. I've tried running the import, it says it imports from old profile and doesn't. We're talking at least a dozen email accounts.

It's as if I had NEVER had TB on my computer and I am starting from scratch.

This F.U. occurred just as I was leaving home to go on a trip.

I was a professional computer programmer, consultant, systems designer from 1965 until 2006. It's amazing how techies don't realize that their "mistakes" can really mess up someone's life. I gotta' admit it took quite a few years before I realized what I was doing.


"Mark Lang":

You are saying you imported from your old profile. (NO - IMPORT DID NOT WORK!)

When TB did the update to 102.1.2, it should have converted the profile in place and opened with everything as it was already set up. (IT DID CONVERT - then accounts were gone, email was gone, got NOTHING as described above. Acts like a new install on computer that never had Tbird on it before.)

You should not have to import anything. I am not quite sure how you are importing unless you exported the profile earlier. Perhaps the import process is what is messing up your profile. If you tried an import process that did not work for some reason, that might be why it is asking you to set up everything again. Perhaps the import created a new profile that is blank because it did not import properly. I would go to about:profiles like I suggested earlier. Maybe your original profile is still there. If you see multiple profiles, try switching to the other ones to see if your old profile with all your emails is there, just not selected as the current profile.


I have COMPLETE "corrupted" profiles saved on 2 computers - my desktop and laptop. All of the files are there but Version 102 has corrupted them so they won't work on 102 and won't work on earlier version 91.12.0 that I downloaded and installed either - of course.


"Wayne Mery - moderator":

Chetdude,

Your issue is completely unrelated to the original poster, therefore I am locking this topic because it is very hard to properly support multiple issues within the same topic. Please post your own new topic.

Did you really just update to version 102 immediately prior to going on a trip? Old Thunderbird releases can be found at https://releases.mozilla.org/pub/thunderbird/releases/ Available profiles can be listed by doing Help > More Troubleshooting Info > about:profiles

(DIDN'T HELP.)

Asked by ChetDude 9 izinyanga ezidlule

Last reply by FFoxSync 7 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Do Not Remove Proton Preferences

The update to FF 89 caused a big problem. Large spaces in between the bookmarked web sites when the window unfolds. So now, many bookmarks don't fit in the window, and … (funda kabanzi)

The update to FF 89 caused a big problem. Large spaces in between the bookmarked web sites when the window unfolds. So now, many bookmarks don't fit in the window, and to get to the bottom - the ones I can't see - I have to click the arrow at the bottom. But making it worse, is that if I do go to the bottom, the next time I open the bookmark tab, the list will open at the bottom (it doesn't revert to the top). So I'd have to scroll up to get to the ones at the top - AND the "Other Bookmarks" tab, where I also store bookmarked sites.

I list my bookmarks in the order they're in so I can get to the ones I go to most often as fast as possible. So they're at the top - I don't have to scroll far to get to them. And the "Other Bookmarks" is hidden when the window opens at the bottom. So I'd have to scroll up to get to that as well.

Also, this update changed the size of the command windows - like the copy/paste window, or the window to get the correct spelling of the word. They're so big, they run from the top of the screen to bottom, instead of a small square. So you'll have to scroll way up to get to the command or word you want.

I did find a way to get it back to what it was:

1. Open a tab and enter about:config, click OK after the warning 2. Search proton, a few will come up, change all the ones that are true to false. One was already false so I kept it, and the last one had a 3, which I kept. 3. Exit and open FF.

This will also revert the right-click command boxes back to small squares.

I posted this on this message board but this was added:

==WARNING: There are plans to remove this preference in the next two months The preference setting was created as a toggle for developers when building the new design. Now that the new interface has shipped, the preference will be removed.

If you have any issues with the new design, please let us know what it is you don't like, and we can try provide more permanent solutions depending on the issue.==

No! Do NOT remove this preference! Either that or just get it back to what it was by default. I do not want longer bookmark menus and larger command windows. It was perfect the way it was.

Asked by Steve09 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

89.0 update changed theme

Update 89.0 changed the browser theme to something I don't like, too pale and pastel. Options to change back to what I had aren't available. The options presented are now… (funda kabanzi)

Update 89.0 changed the browser theme to something I don't like, too pale and pastel. Options to change back to what I had aren't available. The options presented are now uglier than this sick looking theme.

How do I undo 89.0 update? Pretty much looks like (from release notes on another post) 89.0 has nothing at all to do with security and it's just someone at Firefox wanting to change things just for the sake of changing things.

I hope Firefox isn't going to start doing silly things like moving the first floor to the second floor and the second floor to the first floor just because some administrator feels like it.

Asked by lee37 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Deleting Messages

How do I disable the ANNOYING message box I get every time I want to send a message to the trash folder. Thunderbird keeps asking me if I want the message deleted to save… (funda kabanzi)

How do I disable the ANNOYING message box I get every time I want to send a message to the trash folder. Thunderbird keeps asking me if I want the message deleted to save disk space. This just started in the past week. I want my deleted messages to go to the trash folder and I will manage that folder. I can't seem to find anything in settings that lets me disable this option.

Asked by miclev2333 2 iminyaka edlule

Answered by christ1 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Latest version adds extra space bookmarks and adds weather to task bar

The latest version adds space between bookmarks making my Bookmark Toolbar overflow down the right side way too large. Is there someway to make Bookmarks space like befor… (funda kabanzi)

The latest version adds space between bookmarks making my Bookmark Toolbar overflow down the right side way too large. Is there someway to make Bookmarks space like before?

I now have a weather report on my often overcrowded task bar. How do i make it go away?

Jay

Asked by blondnblue54 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

going back to Firefox version 88 (and throw new version 89 in the trash!!!)???

I've used Firefox for years, and this is, by far, the worst update to date...... the newly upgraded version of Firefox 89 is horrendous!!! How did you manage to get it a… (funda kabanzi)

I've used Firefox for years, and this is, by far, the worst update to date......

the newly upgraded version of Firefox 89 is horrendous!!! How did you manage to get it approved for "universal design" to make it "disability friendly"? I find it visually unfriendly, it does not allow for the level of adaptation some of us might need to make it more visually friendly and easier to navigate

please provide instructions for those of us who prefer to go back to version 88! or make additional changes to correct version 89 to make it more user-friendly like version 88 was......please!!!!

(and lesson learned, I will stop doing "upgrade/update available" if it's going to result in the horrifically unfriendly version I'm having to deal with right now )(or else you all are really trying to push people to Chrome and/or Edge, which I assure you, is not my preference)

please fix asap!!!

Asked by bassets4cat 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule