1. Startseite
  2. Nachrichten
  3. Herunterladen
    1. Thunderbird Release-Version
    2. Thunderbird 128 ESR
    3. Thunderbird 115 ESR
    4. Thunderbird Beta-Version
    5. Sprachpaket (Benutzeroberfläche)
    6. Wörterbücher (Rechtschreibprüfung)
  4. Hilfe & Lexikon
    1. Anleitungen zu Thunderbird
    2. Fragen & Antworten (FAQ) zu Thunderbird
    3. Hilfe zu dieser Webseite
  5. Forum
    1. Unerledigte Themen
    2. Letzte Beiträge
    3. Themen der letzten 24 Stunden
  • Deutsch
  • Anmelden
  • Registrieren
  • 
  • Suche
Forum
  1. Thunderbird Mail DE
  2. Endor

Beiträge von Endor

  • 1
  • 2
  • 3
  • 4
  • Diskussionsthread für Benutzerskripts

    • Endor
    • 5. Juni 2023 um 13:35

    Hallo @milupo.

    Ja Boersenfeger und ich verwenden im Firefox das Script usercssloader.uc.js
    zum laden der CSS Codes. Leider geht ja dieses Script nicht mehr im Thunderbird.
    Habe erfolglos versucht das Script wieder zum laufen zu bringen.
    Da reicht mein Können hinten und vorne nicht......

    Heute morgen dann bin ich auf einer japanischen Seite auf obiges Script
    zum laden der CSS Codes gestoßen, eigentlich für Firefox, funktioniert aber auch
    in Thunderbird bestens. Zur Zeit versuche ich im extraconfigmenu.uc.js Script

    den Unterordner CSS mit entsprechender Auflistung der CSS Code einzubauen.
    So wie wir das schon in Firefox im Script haben. Erfolg na ja so lala....

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 5. Juni 2023 um 09:03

    Funktioniert auch im Thunderbird 102.11.2 release
    einwandfrei.

    Hier mal ein CSS Code für about:crashes zum testen:

    CSS: about:crashes
    @-moz-document url-prefix(about:crashes) {
    
        html {background: #ffffff !important;}
        
        body{
        min-width: 1000px !important;
        min-height: 700px !important;
        background-color: #fffff0 !important;
        margin-top: 5px !important;
        margin-left: -200px !important;
        padding-top: 20px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-radius: 20px !important;
        border-width:  4px !important;
        border-style: outset !important;}
        
        th, td {border-bottom:none !important;}
    
        #clear-reports {min-width: 230px !important; margin-right: 25px!important;}
        
        #reportListUnsubmitted > div:nth-child(1) > h2:nth-child(1){color: #e60000 !important; font-weight: bold !important; font-size: 18px !important;}
        
        #reportListSubmitted > div:nth-child(1) > h2:nth-child(1){color: #0066cc !important; font-weight: bold !important; font-size: 18px !important;}
        
        #reportListUnsubmitted > table:nth-child(2) > thead:nth-child(1) > tr:nth-child(1){color: #e60000 !important; font-weight: bold !important; font-size: 16px !important;}
        
        #reportListSubmitted > table:nth-child(2) > thead:nth-child(1) > tr:nth-child(1){color: #0066cc !important; font-weight: bold !important; font-size: 16px !important;}
        
        #reportListUnsubmitted{
        min-width: 800px !important;
        min-height: 300px !important;
        background-color: #ffffff !important;
        margin-top: 20px !important;
        margin-left: 0px !important;
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-radius: 20px !important;
        border-width:  4px !important;
        border-style: outset !important;}
        
        #reportListSubmitted{
        min-width: 800px !important;
        min-height: 300px !important;
        background-color: #ffffff !important;
        margin-top: 20px !important;
        margin-left: 0px !important;
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-radius: 20px !important;
        border-width:  4px !important;
        border-style: outset !important;
        margin-bottom: 25px !important;
        }
        
        td:nth-child(1):hover,
        td:nth-child(2):hover{
        background-color: #ffeb99 !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        }
        
        #clearUnsubmittedReports,
        #clearSubmittedReports{
        -moz-appearance:none!important;
        background: #efefef url("file:///F:/Adaten/Downloads/Firefox/Thunderbird/Thunderbird Setup 102.0.3/Profilordner/chrome/icons/Bild8.gif")no-repeat !important;
        margin-right: -1px !important;
        min-width: 150px !important;    
        padding-left: 43px!important;
        padding-top: 3px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 5px!important;
        font-size: 14px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-radius:14px!important;
        border-width:2px !important;
        color:black !important; }
    
        #clearUnsubmittedReports:hover,
        #clearSubmittedReports:hover{
        -moz-appearance:none!important;
        background: #B2EDFA url("file:///F:/Adaten/Downloads/Firefox/Thunderbird/Thunderbird Setup 102.0.3/Profilordner/chrome/icons/Bild8.gif")no-repeat !important;
        background-position:10px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    
        body:before{
        content: "Endors Absturzberichte:" !important;
        margin-left:350px!important;
        margin-right:5px!important;
        color:red !important;
        font-weight:bold !important;
        font-size:26px!important; }
        
        a{
        background: #efefef url("file:///F:/Adaten/Downloads/Firefox/Thunderbird/Thunderbird Setup 102.0.3/Profilordner/chrome/icons/Bild3.png") no-repeat !important;
        margin-right: -5px !important;
        min-width: 65px !important;    
        color:black!important;
        font-size: 14px!important;
        padding-left:40px!important;
        padding-right: 10px !important;
        padding-bottom: 4px !important;
        padding-top: 3px !important;    
        border-width:2px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;                  
        background-position:10px 5px!important;
        border-radius:14px!important;}
    
        a:hover{
        background: #B2EDFA url("file:///F:/Adaten/Downloads/Firefox/Thunderbird/Thunderbird Setup 102.0.3/Profilordner/chrome/icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 5px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    
    
        td:nth-child(3) > button:nth-child(1){
        background: #efefef url("file:///F:/Adaten/Downloads/Firefox/Thunderbird/Thunderbird Setup 102.0.3/Profilordner/chrome/icons/Bild8.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        min-width:150px!important;
        padding-left:35px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;      
        border-width:2px !important;
        border-style: outset !important;
        background-position:10px 8px!important;
        border-radius:14px!important;}
        
        td:nth-child(3) > button:nth-child(1):hover{
        background: #B2EDFA url("file:///F:/Adaten/Downloads/Firefox/Thunderbird/Thunderbird Setup 102.0.3/Profilordner/chrome/icons/Bild8.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 8px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #submitAllUnsubmittedReports{
        background: #efefef url("file:///F:/Adaten/Downloads/Firefox/Thunderbird/Thunderbird Setup 102.0.3/Profilordner/chrome/icons/Bild92.png") no-repeat !important;
        margin-right: -5px !important;
        margin-left: 22px !important;
        color:black!important;
        font-size:14px!important;
        min-width:140px!important;
        padding-left:40px!important;
        padding-top: 3px!important; 
        padding-bottom: 3px!important; 
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;      
        border-width:2px !important;
        border-style: outset !important;
        background-position:15px 6px!important;
        border-radius:14px!important;}
        
        #submitAllUnsubmittedReports:hover{
        background: #B2EDFA url("file:///F:/Adaten/Downloads/Firefox/Thunderbird/Thunderbird Setup 102.0.3/Profilordner/chrome/icons/Bild92.png") no-repeat !important;
        background-position:15px 6px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        }
    Alles anzeigen

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 5. Juni 2023 um 08:48

    Hallo zusammen.

    Hätte da ein Script welches sämtliche CSS Codes die im Ordner CSS
    im Chromeordner gespeichert sind, lädt.

    Vielleicht könnt ihr das ja brauchen.
    Habe es mittlerweile in Release und Daily getestet, Funktioniert hier einwandfrei.

    JavaScript: cssloader.uc.js
    (function() {
    
        try {
    
            // Run .as.css .author.css .css files
            const SheetFiles = FileUtils.getDir("UChrm", ["CSS"], true).directoryEntries;
            let sss = Cc['@mozilla.org/content/style-sheet-service;1'].getService(Ci.nsIStyleSheetService);
            while(SheetFiles.hasMoreElements()) {
                let file = SheetFiles.getNext().QueryInterface(Ci.nsIFile);
                let fileURI = Services.io.newFileURI(file);
                if(file.isFile()) {
                    if(/\.as\.css$/i.test(file.leafName)) {
                        if(!sss.sheetRegistered(fileURI, sss.AGENT_SHEET))
                            sss.loadAndRegisterSheet(fileURI, sss.AGENT_SHEET);
                    }
                    else if(/\.author\.css$/i.test(file.leafName)) {
                        if(!sss.sheetRegistered(fileURI, sss.AUTHOR_SHEET))
                            sss.loadAndRegisterSheet(fileURI, sss.AUTHOR_SHEET);
                    }
                    else if(/(?!(userChrome|userContent)\.css$)/i.test(file.leafName)) {
                        if(!sss.sheetRegistered(fileURI, sss.USER_SHEET))
                            sss.loadAndRegisterSheet(fileURI, sss.USER_SHEET);
                    }
                }
            }
    
        } catch(e) {};
    
    })();
    Alles anzeigen

    Wenn es passt lade ich es bei Github hoch.
    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 29. Mai 2023 um 10:43

    dharkness21

    Gern geschehen. :)

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 29. Mai 2023 um 09:55

    dharkness21

    Bitte mal testen:

    Code
    //  browserkonsole.uc.js
    
    (function() {
    
        if (location != 'chrome://browser/content/browser.xhtml')
            return;
    
        try {
            CustomizableUI.createWidget({
                id: 'browser-konsole-button',
                type: 'custom',
                defaultArea: CustomizableUI.AREA_NAVBAR,
                onBuild: function(aDocument) {
                    var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton');
                    var props = {
                        id: 'browser-konsole-button',
                        class: 'toolbarbutton-1 chromeclass-toolbar-additional',
                        label: 'Browser-Konsole',
                        tooltiptext: 'Browser-Konsole öffnen',
                        style: 'list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADaSURBVHjaYvz//z8DJYAJn+SFuYy+IEyWAUCN0/iEGDaBMIhNkgFQDZlK2gwMIAxi4zIElwsyDWwRHCg7kygD8DkXmxwTVtsdeBgYmFExWAyLK5iw2sAqCMZZvbEMAcXOcD42VzBh2O5lBFQsCsbPnz9nePLkCZwPlkNzBROm7SJw/PjxY4YfP36giKG7ghGWEoGC/w2Cw4lKfRfWrmQwSP7PCHcB3ES0gNO2vsyganoWQxxZD9gFYNvDkknKAxdWzQW7gomBQsACpacDTcwkUe90lEAkFwAEGACHlFPNBrHqNAAAAABJRU5ErkJggg==)',
                    oncommand:'document.getElementById("menu_browserConsole").click();'
                    };
                    for (var p in props)
                        toolbaritem.setAttribute(p, props[p]);
                    return toolbaritem;
                }
            });
            CustomizableUI.registerToolbarNode(tb);
           } catch(e) { };  
    
        function onCommand() {
            var document = event.target.ownerDocument;
            if (!document.getElementById('menu_browserConsole')) {
                let { require } = Cu.import("resource://devtools/shared/loader/Loader.jsm", {});
                require("resource://devtools/client/webconsole/browser-console-manager");
            };
            document.getElementById('menu_browserConsole').click();
        };
    
    })();
    Alles anzeigen

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 29. Mai 2023 um 08:51
    Zitat von edvoldi

    Fragen kann man ja mal.

    Gerne, immer edvoldi.
    Hätte Dir gerne geholfen.

    Leider geht das weit über meine Fähigkeiten hinaus.

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 29. Mai 2023 um 08:45

    Hallo milupo.

    Zitat von milupo

    loader.sys.mjs

    Danke für den Hinweis.

    Bei Beta - Daily habe ich das Script entsprechend geändert:

    https://github.com/Endor8/userChr…erkonsole.uc.js

    dharkness21
    Ich habe versucht eine Version für Firefox zu machen, leider reicht mein Können
    nicht dazu.

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 28. Mai 2023 um 17:43

    backup-profile.uc.js leider kann ich das nicht umschreiben.
    Da reicht mein können bei weitem nicht. Leider....

    Habe mir mal ein Script zum öffnen der Fehlerkonsole gemacht.
    Falls es jemand brauchen kann:

    JavaScript
    //    Button zum öffnen der Fehlerkonsole
    //    Erstellt am 28.05.2023 von Endor
    
    (function() {
    
        if (location != 'chrome://messenger/content/messenger.xhtml')
            return;
    
        var toolbarbutton = document.createXULElement('toolbarbutton');        
                    var currentProfileDirectory = Services.dirsvc.get("ProfD", Ci.nsIFile).path.replace(/\\/g, "/");
                    var buttonicon = "Fehler.png"
                    var props = {
                        id: 'Fehlerkonsole-button',
                        class: 'toolbarbutton-1',
                        label: 'Fehlerkonsole öffnen',
                        tooltiptext: 'Fehlerkonsole öffnen',
                        style: 'list-style-image: url("' + ("file:" + currentProfileDirectory + "/chrome/icons/" + buttonicon) + '");',
                        oncommand: 'toJavaScriptConsole();'
                    };
                   for (var p in props) toolbarbutton.setAttribute(p, props[p]);
    
        var toolbox = document.getElementById("mail-toolbox");
        toolbox.palette.appendChild(toolbarbutton);    
    
        var toolbar = document.getElementById("tabbar-toolbar");
        toolbar.insertItem("Fehlerkonsole-button");
                   
        function onCommand() {
            var document = event.target.ownerDocument;
            if (!document.getElementById('devtoolsToolbox')) {
                let { require } = Cu.import("resource://devtools/shared/Loader.jsm", {});
                require("devtools/client/framework/devtools-browser");
            };
            document.getElementById('devtoolsToolbox').click();
        };
    
    })();
    Alles anzeigen

    Symbol:

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 28. Mai 2023 um 12:16

    edvoldi

    Also das Script von Github kann nicht gehen das hat auch diesen Teil

    JavaScript
    CustomizableUI.createWidget({
            id : "Backup-button",
            defaultArea : CustomizableUI.AREA_NAVBAR,
            label : "Profilsicherung",
            tooltiptext : "Sichern der aktuellen Konfiguration",
            onClick: function(){

    diese Methode geht ja in Thunderbird nicht.
    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 28. Mai 2023 um 11:11

    Hallo edvoldi.
    EmptyTrashFolderThunderbird.uc.js und EmptyJunkFolderThunderbird.uc.js

    verwende ich nicht. Daher auch nicht getestet. Im Ordner von Daily und Beta sind zwei
    Versionen die milupo mir gestern gegeben hat. Hast Du die mal getestet?

    Zitat von edvoldi

    Script BackupProfile.uc.js

    Könntest Du mir das mal bitte rüber schieben?
    Oder ist es dieses hier:

    userChrome.js/BackupProfile.uc.js at master · Endor8/userChrome.js
    Skripte für die Firefox-Erweiterung userChromeJS. Contribute to Endor8/userChrome.js development by creating an account on GitHub.
    github.com

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 27. Mai 2023 um 19:31

    Hallo edvoldi!

    Ich müsste mittlerweile alle deiner Scripte hoch geladen haben.

    Schau es Dir mal an. Solltest Du noch welche haben gib Bescheid.
    Den Readme muss ich noch anpassen.

    Quelle der Scripte Autoren usw.

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 26. Mai 2023 um 20:17

    Hallo @milupo.

    Ich meinte hier vom Forum.

    Mittlerweile kommen sie. :)

    Die letzten Haken haben es scheins gebracht,

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 26. Mai 2023 um 19:47

    Mist wieder keine E-Mail Benachrichtigung erhalten.

    Komisch :/

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 26. Mai 2023 um 19:32

    Danke @milupo.

    Ich habe hier status-status

    verwendet. Geht auch.

    Beide Scripte sind bei GIthub gelandet.
    Und noch ein paar mehr.

    Bei Release sind es jetzt 17
    Bei Beta - Daily 16

    Leider habe ich keine E-Mail Benachrichtigung vom Forum, bekommen.

    Habe jetzt in den Einstellungen ein paar Haken noch gesetzt. hoffe es geht nun.

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 26. Mai 2023 um 07:33
    Zitat von milupo

    VersionInStatusleiste.uc.js funktioniert auch im Daily. Musste aber in Zeile 18 eine andere ID für die Position nehmen.

    Ja das war mir auch schon aufgefallen.
    Welche id hast Du genommen?

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 25. Mai 2023 um 20:28

    edvoldi

    Für die Scrollbars teste mal das aktulle Script custom-scrollbars.uc.js
    von Aris für Firefox, das funktioniert hier auch in allen

    Thunderbirds. Hat wesentlich mehr Einstellungen usw.

    Da die Begrenzung für Beiträge hier immer noch bei 10000 Zeichen ist
    lade ich das Script bei Github hoch für hier ist es zu lange.

    Edit: ist jetzt hier zu finden:

    userChrome.js/Thunderbird at master · Endor8/userChrome.js
    Skripte für die Firefox-Erweiterung userChromeJS. Contribute to Endor8/userChrome.js development by creating an account on GitHub.
    github.com

    Mfg.

    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 25. Mai 2023 um 20:26

    Zum öffnen des Chromeordners hätte ich auch ein Script.

    Es baut eine SChaltfläche in Thunderbird ein bei klick öffnet sich dann der Chromeordner.

    JavaScript: open-chrome-folder.uc.js
     // Chromeordner
            // Unicode-Konvertierung → label: 'Chromeordner', tooltiptext: 'Chromeordner öffnen',
            
            (function() {
    
        if (location != 'chrome://messenger/content/messenger.xhtml') return;
            var toolbarbutton = document.createXULElement('toolbarbutton');
            
           
        var props = {
                id: 'chromefolder-ToolBarButton',
                class: 'toolbarbutton-1',
                label: 'Chrome-Ordner',
                tooltiptext: 'Chromeordner öffnen',
                style: 'list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABc0lEQVR42mNkoBAwUmxAw7LHC/nYfsWhS2zYfIDp0MLk/wQNKJtz639ptArDmSc/4IJ//vxluH31FU5NZy7dZV/W5PYLboCyujjDj5+sKIrEhRHs33+gBv9lYHj69CPD7eu3pBbW2D+3i5/Lylg6++Z/cRl+hm9f/jF8fPeOoJ+ZWVkZzp04nfjr58/HQO4toAE3/guKcDG8f/cdrKAmVo3h2MPvRAVge8tyP8aSWTf+MzH/ZPj7h5lBV1+B4c17guEGBh/fv//15OEjU6AB1////PmRQUtTieHLT3aGf8TpZ3jy4OHxyTl6VowlM6////jxBYOltRHDi9f/iNL888cPhqePHqXPKTOfxVg889p/GSkeht8MvMCYIM761y+evZqcoyMOjkaQAfr6UgzPXvxjYGVjIqj5/79/DLdv3Fs1s8QkHGyAd9rEWH0rjwUfP/0iyvY/v3//3bmgxPLB5X1nwQYAsQVxwYYBTsAMoAhQbAAAAjCiCL9JqqgAAAAASUVORK5CYII=")',
                onclick: 'if (event.button == 0) { \
    Services.dirsvc.get("UChrm", Ci.nsIFile).launch(); \
    }; '
                    };
                    for (var p in props) toolbarbutton.setAttribute(p, props[p]);
    
        var toolbox = document.getElementById("mail-toolbox");
        toolbox.palette.appendChild(toolbarbutton);    
    
        var toolbar = document.getElementById("tabbar-toolbar");
        toolbar.insertItem("chromefolder-ToolBarButton", toolbar.lastChild);
            })();
    Alles anzeigen

    Vielleicht könnt ihr es ja brauchen.

    Mfg.
    Endor

  • Diskussionsthread für Benutzerskripts

    • Endor
    • 25. Mai 2023 um 20:09

    Hallo @milupo .

    Danke für Deinen Beitrag und Hinweis auf unsere gemeinsame

    Arbeit für Thunderbird. Denn Dir gebührt mindestens soviel Dank wie mir.


    Ich übertrage nach vorhergehenden Test noch ein paar Scripte
    von hier aus dem Forum.

    Mfg.
    Endor

  • Fehlermeldung in Thunderbird

    • Endor
    • 25. Juli 2011 um 15:54

    Hier der oben nicht richtig eingebundene Screenshot

    Externer Inhalt dl.dropbox.com
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.

    Endor

  • Versionsinfo: Welche Erweiterungen & Themes nutzt Ihr?

    • Endor
    • 2. April 2009 um 20:25

    Thunderbird 3.1.10

    Erstellzeitpunkt: Mon May 30 2011 21:23:05 GMT+0200
    UserAgent-String: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10
    Build-ID: 20110414114714

    Aktivierte Erweiterungen: [21]
    - Adblock Plus 1.3.9a.3028
    - AddressBookTab 1.4.1
    - CompactHeader 1.2.4
    - Contacts Sidebar 0.8pre2
    - Deutsches Wörterbuch, erweitert für Österreich 2.0.2
    - Dictionary Switcher 1.1.5
    - Element Hiding Helper für Adblock Plus 1.1.2a.327
    - Lightning 1.0b2
    - MagicSLR 3.3
    - Mail Tweak 1.0pre10
    - MR Tech Toolkit 6.0.4
    - ProfileSwitcher 1.2.1
    - Provider für Google Kalender 0.7.1
    - Silvermel and Charamel XT 1.4.1
    - Stationery 0.6.1
    - Stylish 1.1.2
    - Switch Themes 0.1.1
    - ThunderBirthDay 0.3.3
    - Tool Tabs für Thunderbird 0.3.2.20100919
    - Update Notifier 0.1.5.5
    - ViewSourceWith 0.7.4

    Installierte Themes: [3]
    - Charamel 1.4.1
    - Silvermel 1.4.1
    - Standard

    Miramar 3.3a4.pre

    Meine Thunderbird-Informationen

    Letzte Aktualisierung: Mon, 30 May 2011 19:18:14 GMT
    User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110530 Thunderbird/3.3a4pre

    Erweiterungen (aktiviert: 12, deaktiviert: 0; gesamt: 12)

    • Adblock Plus 1.3.9a.3028
    • CompactHeader 1.3.0beta6
    • Deutsches Wörterbuch, erweitert für Österreich 2.0.2
    • Element Hiding Helper für Adblock Plus 1.1.2a.327
    • InfoLister 0.10.4a1
    • Lightning 1.0b4pre
    • Nightly Tester Tools 3.1.7
    • Provider for Google Calendar 0.8pre.20110429
    • Restart Thunderbird 1.0
    • Silvermel and Charamel XT 1.5.0pre_trunk_r4798
    • Switch Themes 0.2.0pre_trunk_r4168
    • Tool Tabs für Thunderbird 0.3.2.20110107

    Themes (2)

    • Charamel [ausgewählt]
    • Thunderbird (default)

    Plugins

    • Adobe Acrobat
    • Java Deployment Toolkit 6.0.250.6
    • Java(TM) Platform SE 6 U25
    • Microsoft® DRM
    • Shockwave Flash
    • Shockwave for Director
    • Silverlight Plug-In
    • Windows Media Player Plug-in Dynamic Link Library

    Shredder 7.0 Alpha 1

    Meine Thunderbird-Informationen

    Letzte Aktualisierung: Mon, 30 May 2011 19:37:07 GMT
    User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0a1) Gecko/20110530 Thunderbird/7.0a1

    Erweiterungen (aktiviert: 2, deaktiviert: 0; gesamt: 2)

    • InfoLister 0.10.4a1
    • Tool Tabs für Thunderbird 0.3.2.20110107

    Themes (1)

    • Standard [ausgewählt]

    Plugins

    • Adobe Acrobat
    • Java Deployment Toolkit 6.0.250.6
    • Java(TM) Platform SE 6 U25
    • Microsoft® DRM
    • Shockwave Flash
    • Shockwave for Director
    • Silverlight Plug-In
    • Windows Media Player Plug-in Dynamic Link Library
  • 1
  • 2
  • 3
  • 4
  • Hilfreichste Antworten

Aktuelle Programmversion

  • Thunderbird 139.0.1 veröffentlicht

    Thunder 2. Juni 2025 um 22:15

Aktuelle ESR-Version

  • Thunderbird 128.11.0 ESR veröffentlicht

    Thunder 28. Mai 2025 um 22:13

Keine Werbung

Hier wird auf Werbeanzeigen verzichtet. Vielleicht geben Sie dem Website-Betreiber (Alexander Ihrig - aka "Thunder") stattdessen etwas aus, um diese Seiten auf Dauer finanzieren zu können. Vielen Dank!

Vielen Dank für die Unterstützung!

Kaffee ausgeben für:

3,00 €
1
Per Paypal unterstützen*

*Weiterleitung zu PayPal.Me

Thunderbird Mail DE
  1. Impressum & Kontakt
  2. Datenschutzerklärung
    1. Einsatz von Cookies
  3. Nutzungsbedingungen
  4. Spendenaufruf für Thunderbird
Hilfe zu dieser Webseite
  • Übersicht der Hilfe zur Webseite
  • Die Suchfunktion benutzen
  • Foren-Benutzerkonto - Erstellen (Neu registrieren)
  • Foren-Thema erstellen und bearbeiten
  • Passwort vergessen - neues Passwort festlegen
Copyright © 2003-2025 Thunderbird Mail DE

Sie befinden sich NICHT auf einer offiziellen Seite der Mozilla Foundation. Mozilla®, mozilla.org®, Firefox®, Thunderbird™, Bugzilla™, Sunbird®, XUL™ und das Thunderbird-Logo sind (neben anderen) eingetragene Markenzeichen der Mozilla Foundation.

Community-Software: WoltLab Suite™
  • Alles
  • Forum
  • Lexikon
  • Artikel
  • Seiten
  • Erweiterte Suche
  • Deutsch
  • English