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 [09/01/2017 - 08:43] thommiethunderbird [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 +====== Debugging ======
 +
 +Doku: [[https://wiki.mozilla.org/MailNews:Logging|https://wiki.mozilla.org/MailNews:Logging]]
 +
 +Module:
 +
 +  * imap
 +  * ImapAutoSync
 +  * ldap
 +  * mime
 +  * msgdb (level 1=opens/closes, level 5 lists open db's on close, number of msg hdrs in use)
 +  * nntp
 +  * pop3
 +  * smtp
 +
 +**Loglevel**
 +
 +  * PR_LOG_NONE = 0, /* nothing */
 +  * PR_LOG_ALWAYS = 1, /* always printed */
 +  * PR_LOG_ERROR = 2, /* error messages */
 +  * PR_LOG_WARNING = 3, /* warning messages */
 +  * PR_LOG_DEBUG = 4, /* debug messages */
 +  * 5 (recommended)
 +
 +z. B. für imap und smtp: Umgebungsvariable für beide Module<code>
 +
 +export NSPR_LOG_MODULES=imap:5,smtp:5,timestamp
 +
 +</code>
 +
 +Dann Umgebungsvariable für Logfile
 +
 +<code>
 +export NSPR_LOG_FILE=/tmp/tbmail.log
 +
 +</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 ======
  
-Doku siehe http://kb.mozillazine.org/Category:Visual_customizations_%28Thunderbird%29 und https://www.eriwen.com/css/tweaking-thunderbirds-chrome/+Doku siehe [[http://kb.mozillazine.org/Category:Visual_customizations_%28Thunderbird%29|http://kb.mozillazine.org/Category:Visual_customizations_%28Thunderbird%29]] und [[https://www.eriwen.com/css/tweaking-thunderbirds-chrome/|https://www.eriwen.com/css/tweaking-thunderbirds-chrome/]]
  
   * 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;
Zeile 12: Zeile 57:
  
 </code> </code>
 +
 ===== Trees individuell ===== ===== Trees individuell =====
  
-<code>#folderTree > treechildren {font-size: 12px; font-family: Arial;} +<code> 
-#threadTree > treechildren {font-size: 12px; font-family: Arial;} +#folderTree> treechildren {font-size: 12px; font-family: Arial;} 
-#dirTree > treechildren {font-size: 12px; font-family: Arial;} +#threadTree> treechildren {font-size: 12px; font-family: Arial;} 
-#abResultsTree > treechildren {font-size: 12px; font-family: Arial+#dirTree> treechildren {font-size: 12px; font-family: Arial;} 
 +#abResultsTree> treechildren {font-size: 12px; font-family: Arial 
 </code> </code>
 +
 ===== Menüs ===== ===== Menüs =====
  
-<code>/* Menu font */+<code> 
 +/* Menu font */
 menu, menulist, menuitem { menu, menulist, menuitem {
   font-family: Times New Roman !important;   font-family: Times New Roman !important;
   font-size: 12pt !important;   font-size: 12pt !important;
 } }
 +
 </code> </code>
 +
 ====== Konfigurations-Optionen ====== ====== Konfigurations-Optionen ======
  
 [[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.1483951393.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)