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 [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
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 23: Zeile 23:
   * 5 (recommended)   * 5 (recommended)
  
-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 37: Zeile 49:
  
   * 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 65:
 #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 76:
   font-size: 12pt !important;   font-size: 12pt !important;
 } }
 +
 </code> </code>
  
Zeile 68: Zeile 82:
  
 [[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]]
- 
  
  • thunderbird.1486751998.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)