thunderbird synchronisation von pc und android

Hallo und guten Tag, ich habe für Windows [PC] und Android [Pixel 8pro] jeweils die beiden aktuellsten Versionen von 'Thunderbird x64'und 'Thunderbird: Free Your Inbox'… (czytaj dalej)

Hallo und guten Tag,

ich habe für Windows [PC] und Android [Pixel 8pro] jeweils die beiden aktuellsten Versionen von 'Thunderbird x64'und 'Thunderbird: Free Your Inbox' installiert und eingerichtet. Es sind zwei E-Mail-Konten mit jeweils einer Alias-Adresse eingerichtet, alles unter GMX.NET , IMAP+SMTP sind ebenfalls aktiviert [IMAP port993 und SMTP port465]. Leider bekomme ich es nicht so eingerichtet, daß Mails wenn sie am PC oder am Pixel empfangen und verschoben oder gelöscht oder als Spam markiert sind, daß dieses dann auch am jeweils anderen Endgerät so erscheint. Es werden immer wieder alle Mails neu als eingegangene Nachrichten gezeigt und ich muß dann am jeweils anderen Endgerät die gleichen Aktionen vornehmen.

Wo liegt der Fehler, was muß ich tun um das Problem zu beheben.

Pytanie zadane przez der a. 1 tydzień temu

Ostatnia odpowiedź udzielona przez der a. 9 minut temu

Recieving 403 errors in firefox but nowhere else

I often receive a 403 error when using Firefox Every time, before this happens, I get the unsafe website warning and then the 403 error when I continue anyway I am usi… (czytaj dalej)

I often receive a 403 error when using Firefox Every time, before this happens, I get the unsafe website warning and then the 403 error when I continue anyway


I am using the latest version at the time of writing These errors only occur on my desktop PC I have tried to replicate this issue on both my phone (Android) and another laptop(Windows 11) but all the websites work normally on there.

I have tried the following, none of which have any effect:

  • Clearing cookies
  • using Troubleshoot mode
  • Restarting
  • Changing Useragent
  • Using "Forget about this site"

The following do fix the issue

  • Using a VPN
  • Using Google Chrome
  • Running Firefox in another profile

Going through the privacy and security tab and reseting all the settings sometimes works but only temporarily

The following are a few websites where the issue occurs

  1. https://kdice.com/
  2. https://latinitium.com/
  3. https://theysaidso.com/
  4. https://opensource.org/
  5. httpe://obsidian.rocks/

Pytanie zadane przez Thomas Harris 10 godzin temu

Ostatnia odpowiedź udzielona przez Thomas Harris 18 minut temu

Close Synced Tabs feature doesn't work on ESR versions?

Hi! Very satisfied new Firefox user here :) I've just noticed that from my Windows 11 Firefox 132's Account menu, I can close tabs open on my other computers via t… (czytaj dalej)

Hi!

Very satisfied new Firefox user here :)

I've just noticed that from my Windows 11 Firefox 132's Account menu, I can close tabs open on my other computers via the sync feature. However, the X button that lets me close the tabs only seem to appear next to tabs open on my other computers that also run Firefox 132, while my computers that run the 128 ESR version don't show the X button next to their open tabs.

Is this because the close synced tabs feature was implemented after version 128, or is it blocked for some reason due to the nature of the ESR version? Or am I just doing something wrong with the sync settings on my ESR versions?

I've tried searching the help section and looking up the release notes to try to figure it out, but all attempts failed to find the reason and a fix :(

Thanks!

Pytanie zadane przez JY 1 godzinę temu

Tab Bar Placement Issue After Firefox 133 Update

Today, my Firefox updated to version 133. I had the Tab Bar below the Address Bar and under the Bookmarks Toolbar - configured via userChrome.css. After the update, my Ta… (czytaj dalej)

Today, my Firefox updated to version 133. I had the Tab Bar below the Address Bar and under the Bookmarks Toolbar - configured via userChrome.css. After the update, my Tab Bar is above the Address Bar. Could you please advise what changes I need to make in userChrome.css to place the Tab Bar below the Bookmarks Toolbar? Thank you.

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0

See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 40px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

order: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ flex-direction: column } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 29px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

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

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Pytanie zadane przez Pavel Říha 33 minuty temu

My mails aren't displayed in thunderbird. But they are displayed in my webmail

Hi I started my Thunderbird on my laptop today 2024-11-26. However, last emails are from 2024-11-19, i.e 7 days ago. I don't see what's wrong. No filters, strange sortin… (czytaj dalej)

Hi I started my Thunderbird on my laptop today 2024-11-26. However, last emails are from 2024-11-19, i.e 7 days ago.

I don't see what's wrong. No filters, strange sorting or similar are applied. When I login to same mailadress via webmail instead, everything works. There I have many mails between 19th Nov until today 26th Nov.

Any ideas what can be wrong? /Best Regards Joakim

Pytanie zadane przez joakim.carlsson 13 godzin temu

Ostatnia odpowiedź udzielona przez joakim.carlsson 1 godzinę temu

Side field

Hello, Why is there no option to remove this anywhere? I checked in the normal settings too. I both browsed and searched for it. This looks so stupid and distracting. B… (czytaj dalej)

Hello, Why is there no option to remove this anywhere? I checked in the normal settings too. I both browsed and searched for it.

This looks so stupid and distracting.

Best regards, Sebastian

Pytanie zadane przez sebastianjanius 1 godzinę temu

Ostatnia odpowiedź udzielona przez sebastianjanius 1 godzinę temu

What will Thunderbird do if folder will be deleted?

What will Thunderbird do if I delete a folder which sorting rule in Thunderbird should move message? I need an answer which actual for Thunderbird versions 40 and higher.… (czytaj dalej)

What will Thunderbird do if I delete a folder which sorting rule in Thunderbird should move message? I need an answer which actual for Thunderbird versions 40 and higher. Thanks.

I have rule to move messages from Inbox to user created folder. I want to move all messages from this folder and delete empty folder. How will work work? Will stay messages in Inbox? Yes I want to stay messages in Inbox.

Why can I not delete rule? There are case when I have no access to machine with Thunderbird and rule, when I use browser to manage my mailbox.

Pytanie zadane przez PavelkoT 7 godzin temu

Ostatnia odpowiedź udzielona przez PavelkoT 7 godzin temu

縦タブバー

このサイドバーが邪魔なので消したいです 調べても消し方がわかりません

Pytanie zadane przez もひ 2 godziny temu

Visiting certain webpages can crash the Operating System

https://github.com/uBlockOrigin/uBlock-issues/issues/3468 https://www.reddit.com/r/uBlockOrigin/comments/1h0f3wg/ublockorigin_can_cause_the_black_screen_of_death/ The ex… (czytaj dalej)

Pytanie zadane przez frederick4156 2 godziny temu

Résultats de recherche avec trop de liens publicitaires en tete de liste

Bonjour, Depuis quelques jours lorsque s'affiche les résultats pour une recherche, je me trouve toujours avec une dizaines de résultats faisant l'objet de publicités. Je … (czytaj dalej)

Bonjour, Depuis quelques jours lorsque s'affiche les résultats pour une recherche, je me trouve toujours avec une dizaines de résultats faisant l'objet de publicités. Je dois scroller jusqu'en milieu de page pour obtenir des sujets de réponses qui correspondent à ma requête. Ce comportement semble être récent peut être du à une mise à jour du navigateur? Ou bien à un paramètre que j'ai modifié par inadvertance? Si vous savez la cause de ce comportement, je serai ravi d'en connaitre la solution. Merci pour l'aide.

Hello, For the past few days, when the results for a search are displayed, I always find myself with dozens of results with advertisements. I have to scroll all the way to the middle of the page to get the results that match my query. This behavior seems to be recent, perhaps due to a browser update? Or a parameter I've inadvertently changed? If you know the cause of this behavior, I'd love to know the solution. Thanks for your help.

Translated with DeepL.com (free version)

Pytanie zadane przez web.navigateur 2 godziny temu

Profile Switcher no Longer Available

Hi everyone, Prior to the release of Firefox Desktop 133.0, which I believe came out today on 11/26, I was using the profile switcher that was in the Firefox application… (czytaj dalej)

Hi everyone,

Prior to the release of Firefox Desktop 133.0, which I believe came out today on 11/26, I was using the profile switcher that was in the Firefox application menu. I had all my profiles created in about:profiles and I had browser.profiles.enabled set to true. This allowed me to easily switch between profiles by pressing the hamburger button in the top right. However, it is no longer appears for me after the latest Firefox update. I'm not exactly sure if I'm missing something, or if this was intended as I know the profile switcher was a work in progress feature.

This reddit post shows what the feature looked like. I will also attach the images.

If anyone would know why this no longer appears to be working, or how to fix it I would greatly appreciate it. I know I can just use about:profiles or some other alternative, but I found this to be the most convenient.

Pytanie zadane przez omrr 3 godziny temu

Context Menu is Beyond Broken

hello, i am having trouble fixing the context menu. im assuming the browser updated today and something broke because the context menu is now larger than my screen and 90… (czytaj dalej)

hello, i am having trouble fixing the context menu. im assuming the browser updated today and something broke because the context menu is now larger than my screen and 90% of the buttons are non functional. how do i get it back to how it was previously. there are at least 5 different buttons for "cut, copy, paste" and options for things ive never seen before like "reveal password, copy phone number" and options that look like they only work on videos like "speed and loop" and theyre on every site i right click on. how do i get rid of all the excess choices and revert it back to normal

Pytanie zadane przez megaazornumbers09 3 godziny temu

Compact Junk & Trash

Windows 11 Thunderbird 128.5.0esr (64-bit) I compact JUNK by right click "Empty Junk" / "Compact" I compact TRASH by right click "Empty Trash" File "Compact Folders" … (czytaj dalej)

Windows 11 Thunderbird 128.5.0esr (64-bit)

I compact JUNK by right click "Empty Junk" / "Compact"

I compact TRASH by right click "Empty Trash"

File "Compact Folders"

This process used to show me how much space I am saving - I do not see this number anymore.

Pytanie zadane przez Mike 3 godziny temu

Incident disconnected my main profile from its folders/email database

Hello, My setup is an old win7 2 days ago I got a power outage. When I turned my PC back on, thunderbird updated itself to 115.16.3 (32 bits) I am not sure which versio… (czytaj dalej)

Hello,

My setup is an old win7

2 days ago I got a power outage. When I turned my PC back on, thunderbird updated itself to 115.16.3 (32 bits) I am not sure which version it previously was.

Anyway, I have 4 profiles, the 3 profiles I was not connected on when the PC crashed are fine, totally unaffected. That should be a hint. My main profile was connected at the time, in fact I was writing an email when the crash occured. When back on I executed thunderbird I chose my main profil. I was immediately prompted with a 'welcome to thunderbird' asking me to input my credencials. I immediately closed TB scanned my disk for issues, checked my profiles folder which appeared to be fine. I indeed have a folder named hnych9cb.default in my %APPDATA%\Roaming\Thunderbird\Profiles which is was 2.2Go.

Then I had the (bad?) idea to input my credencials as asked thinking it might help TB to connect to the folders/emails inside my profile folder. I did but instead it downloaded and displayed the folders/emails as they are on my email server and now my hnych9cb.default is 3.7Go ....

This is a mess

Is there any way or hint to save the day ?

Pytanie zadane przez Aurelien Roy 15 godzin temu

Ostatnia odpowiedź udzielona przez Aurelien Roy 3 godziny temu

Firefox not rotating camera when laptop is in tent mode

Hi, I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switc… (czytaj dalej)

Hi,

I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switches in order to operate my device. I downloaded and installed the latest version Firefox (version 132.0.2 (64-bit)) via Microsoft Store on my laptop running Windows 10 Home. I have a Jabber/XMPP account to communicate with my family members and friends. In order to mount my laptop to my wheelchair, my laptop has to be in tent mode (upside down, but my screen automatically rotates to the proper orientation.) When I go to mov.im in the Firefox browser and video call someone, I appear upside-down on their end. I also visited https://webcamtests.com/ in Firefox and I appeared upside-down on my screen. However when I use other programs (eg: the camera app in Windows, Google Chrome, etc.), it recognizes my laptop is in tent mode so those programs automatically adjust my camera orientation. I would like my Firefox browser to recognize that my laptop is in tent mode and automatically rotate my camera to the proper orientation. Is this possible? If not, I would like to make this a feature request please?

Thank you

Pytanie zadane przez speedygonzales99 1 tydzień temu

Ostatnia odpowiedź udzielona przez speedygonzales99 4 godziny temu

PRINTING

Since installing thunderbird, following failure of my Outlook email manager I have been unable to print an email attachment using the system dialog option and also unable… (czytaj dalej)

Since installing thunderbird, following failure of my Outlook email manager I have been unable to print an email attachment using the system dialog option and also unable to print in draft format to save on ink.

Any suggested fix?

Pytanie zadane przez kell.19 7 godzin temu