thunderbird

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
thunderbird [10/02/2017 - 18:39] thommiethunderbird [06/05/2025 - 17:06] (aktuell) thommie_netzwissen.de
Zeile 1: Zeile 1:
 ====== Debugging ====== ====== Debugging ======
  
-Doku: https://wiki.mozilla.org/MailNews:Logging+Doku: [[https://wiki.mozilla.org/MailNews:Logging|https://wiki.mozilla.org/MailNews:Logging]]
  
 Module: Module:
Zeile 24: Zeile 24:
  
 z. B. für imap und smtp: Umgebungsvariable für beide Module z. B. für imap und smtp: Umgebungsvariable für beide Module
 +<code>
 +
 +export NSPR_LOG_MODULES=imap:5,smtp:5,timestamp
  
-<code>export NSPR_LOG_MODULES=imap:5,smtp:5,timestamp 
 </code> </code>
  
 Dann Umgebungsvariable für Logfile Dann Umgebungsvariable für Logfile
  
-<code>export NSPR_LOG_FILE=/tmp/tbmail.log+<code> 
 +export NSPR_LOG_FILE=/tmp/tbmail.log 
 </code> </code>
 +
 +Direktes IMAP Logging
 +
 +<code>
 +# For bash shell (the default shell on most GNU/Linux systems):
 +export MOZ_LOG=IMAP:5,timestamp
 +export MOZ_LOG_FILE=/tmp/imap.log
 +
 +</code>
 +
 ====== Erscheinungsbild ====== ====== Erscheinungsbild ======
  
Zeile 38: Zeile 52:
   * Verzeichnis Chrome erstellen   * Verzeichnis Chrome erstellen
   * darin userChrome.css erstellen. Formatierungsbeispiele:   * darin userChrome.css erstellen. Formatierungsbeispiele:
- 
 <code> <code>
 +
 /* Global UI font */ /* Global UI font */
 * { font-size: 11pt !important; * { font-size: 11pt !important;
   font-family: Verdana !important;   font-family: Verdana !important;
 } }
 +
 </code> </code>
  
Zeile 53: Zeile 68:
 #dirTree> treechildren {font-size: 12px; font-family: Arial;} #dirTree> treechildren {font-size: 12px; font-family: Arial;}
 #abResultsTree> treechildren {font-size: 12px; font-family: Arial #abResultsTree> treechildren {font-size: 12px; font-family: Arial
 +
 </code> </code>
  
Zeile 63: Zeile 79:
   font-size: 12pt !important;   font-size: 12pt !important;
 } }
 +
 </code> </code>
  
Zeile 68: Zeile 85:
  
 [[http://kb.mozillazine.org/About:config_entries|http://kb.mozillazine.org/About:config_entries]] [[http://kb.mozillazine.org/About:config_entries|http://kb.mozillazine.org/About:config_entries]]
 +
 +====== OAuth2 mit TB 128 (gmail) ======
 +<code>
 +
 +general.useragent.compatMode.firefox` to `true`
 +
 +</code>
  
  
  • thunderbird.1486751998.txt.gz
  • Zuletzt geändert: 17/08/2024 - 07:06
  • (Externe Bearbeitung)