I DO NOT want Mozilla Thunderbird Email to: Read, compose, send, and permanently delete all my email from Gmail

How many times per day, and over a period of how many years, will it be necessary to tell Mozilla Thunderbird Email that I DO NOT want Mozilla Thunderbird Email to: Read… (читать ещё)

How many times per day, and over a period of how many years, will it be necessary to tell Mozilla Thunderbird Email that I DO NOT want Mozilla Thunderbird Email to:

Read, compose, send, and permanently delete all my email from Gmail

BEFORE THEY WILL STOP ASKING?

Задан JohnPerna 1 месяц назад

Последний ответ от Wayne Mery 1 час назад

Why are there no extensions in Firefox?

Mozilla's Android app has extension support but Mozilla's iOS app doesn't, I don't know why, I don't want to use Android, the only feature I miss on Android is this Firef… (читать ещё)

Mozilla's Android app has extension support but Mozilla's iOS app doesn't, I don't know why, I don't want to use Android, the only feature I miss on Android is this Firefox feature.

Задан İbrahim ÖZÇELİK 5 часов назад

Последний ответ от TyDraniu 3 часа назад

Home Button Feature Implementation

1. When we press Home button in the app toolbar, It opens a new tab and sends the active tab in background instead of closing the tab. The correct working of Home button … (читать ещё)

1. When we press Home button in the app toolbar, It opens a new tab and sends the active tab in background instead of closing the tab. The correct working of Home button is to show Homepage in current tab. For opening new tab, we can use "New Tab" option. Because of this all tabs keep getting stored in background and it's quote irritating.

2. Same for back swipe gesture, the tab gets stored in background instead of closing. For example, I clicked on an Article in Google Feed, it redirects to Firefox, now after reading the article, I swiped back to go back to Google Feed. Now swiping back gesture doesn't close the active tab, instead it stored the tab in background. Because of this too much tabs gets stored in background and need manual effort to remove the tabs.

So, Fix these two features.

Задан RtR 10 часов назад

Последний ответ от Paul 6 часов назад

Can somebody please explain how the many "Junk" and "Trash" options work?

I recently moved to using Thunderbird for my emails on an iMac running MacOS High Sierra. I am baffled by the number of email erasure/disposal options I was suddenly pres… (читать ещё)

I recently moved to using Thunderbird for my emails on an iMac running MacOS High Sierra. I am baffled by the number of email erasure/disposal options I was suddenly presented with, namely: 1. A "Trash" folder, with trash bin icon; 2. A "Junk" folder with a flame icon; 3. A "Junk" folder with no icon; 4. A "Junk E-mail" folder with no icon. Confusingly, some of these folders are not provided with an "Empty deleted/junk" option! Can I completely delete folders 3 and 4 (the one without an icon)? And finally, how can I set things up so that the deleted and junk folders are automatically emptied at set intervals?

Many thanks in advance for any assistance!

Задан stathatos1 3 дня назад

Последний ответ от Matt 9 часов назад

Images Broken on Firefox but Fine on Other Browsers

I'm experiencing an issue, when I visit this website in Firefox, some images appear broken, but they display perfectly in other browsers. Has anyone else encountered this… (читать ещё)

I'm experiencing an issue, when I visit this website in Firefox, some images appear broken, but they display perfectly in other browsers. Has anyone else encountered this problem or have any suggestions on how to fix it?

Задан Atif 1 день назад

Последний ответ от jonzn4SUSE 9 часов назад

Display problems with Beta 127 on a Windows ARM PC (Adreno 685 GPU)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when h… (читать ещё)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when hardware acceleration is switched off!

Задан me267 12 часов назад

Последний ответ от TyDraniu 10 часов назад

No active hyperlinks.

In general, I like Thunderbird, have used it for years. But if there's one thing that will make me abandon it it's that incoming links are not hyperlinks, they're just te… (читать ещё)

In general, I like Thunderbird, have used it for years. But if there's one thing that will make me abandon it it's that incoming links are not hyperlinks, they're just text. From what I've read, that's deliberate. If not, how do I make incoming links be links? I'm really ready to move on.

Задан kwlsea1 2 месяца назад

Последний ответ от MU 18 часов назад

Bookmarks

As of today 5/20/2024 Firefox stopped saving bookmarks. The star turns blue to indicate the bookmark was saved, but when I check the folder in Bookmarks it's not there. … (читать ещё)

As of today 5/20/2024 Firefox stopped saving bookmarks. The star turns blue to indicate the bookmark was saved, but when I check the folder in Bookmarks it's not there.

Задан thallmike 1 день назад

Последний ответ от cor-el 20 часов назад

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (читать ещё)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Задан jamescobban 1 месяц назад

Последний ответ от Paul 21 час назад

Pop-up blocked

My Firefox is the most recent version 126. I am having trouble with pop-ups being blocked. I have added the website to the pop-up exception list. When I go to the site, i… (читать ещё)

My Firefox is the most recent version 126. I am having trouble with pop-ups being blocked. I have added the website to the pop-up exception list. When I go to the site, it shows me the little icon showing I have added exceptions for this site. However; the pop-up still gets blocked.

The site is: https://www.foxit.com/ I try clicking the Log In drop down then Foxit Account. Before this would pop-up the log in screen for the site but since version 125, it does not. I just updated to version 126 to see if that resolved it before creating this post but it didn't. Thus I am here trying to get help.

Задан Kevin 6 дней назад

Последний ответ от cor-el 21 час назад

save emails to several folders and sub folders. How to retrieve saved emails from master email?

Have several folders and sub-folders for saving important emails in Thunderbird. One choice for saving subfolders. my master email address. I can save to this folder bu… (читать ещё)

Have several folders and sub-folders for saving important emails in Thunderbird. One choice for saving subfolders. my master email address. I can save to this folder but cannot retrieve those emails. Attached is a screen shot. How do I retrieve emails from those folders???

Задан weldon1 1 день назад

Последний ответ от david 21 час назад

Firefox Android, want to export history?..please someone make addon for this..

Now that firefox Android supports addons, please someone make addons for History export.. Is there any other better way to export history.. I have tried sync.. but there… (читать ещё)

Now that firefox Android supports addons, please someone make addons for History export..

Is there any other better way to export history.. I have tried sync.. but there seems to be some limitations in sync, it didn't sync all the history..

Задан fatec31634 2 дня назад

Последний ответ от Paul 22 часа назад

Bookmark access

Firefox is my GoTo browser. I appreciate that it is open source and respects privacy and security. Right now I am struggling with release 126.0 on a Lenovo tablet runni… (читать ещё)

Firefox is my GoTo browser. I appreciate that it is open source and respects privacy and security.

Right now I am struggling with release 126.0 on a Lenovo tablet running Android 13. My issue is the use and access to bookmarks. Unlike previous versions of Firefox there seems to be no way to get a bookmarks toolbar. That was a helpful feature in previous versions. And favorites are not as clean. My hope is that Mozilla will return to a bookmark toolbar.

Regards, Tom

Задан Tom 2 дня назад

Последний ответ от Paul 22 часа назад