Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
thunderbird [2012/01/17 21:53]
greebo old revision restored
thunderbird [2012/02/09 14:53]
greebo
Line 1: Line 1:
 Tools | Options | Advanced | Config editor\\ Tools | Options | Advanced | Config editor\\
  
-mail.check_all_imap_folders_for_new true\\ +user.js:
-mail.imap.expunge_after_delete  true\\ +
-mail.password_protect_local_cache true\\ +
-alerts.totalOpenTime 4000\\ +
-\\ +
- +
-Enter “general.useragent.override”, and leave the string blank.\\ +
-extensions.enigmail.addHeaders” , false\\+
  
 +<code>
 +user_pref("mail.check_all_imap_folders_for_new", true);
 +user_pref("mail.imap.expunge_after_delete", true);
 +user_pref("mail.password_protect_local_cache", true);
 +user_pref("alerts.totalOpenTime", 4000);
 +user_pref("extensions.enigmail.addHeaders” , false);
 +user_pref("general.useragent.override", "");
 +</code>
  
 Usefull plugins:\\ Usefull plugins:\\
thunderbird.txt · Last modified: 2015/02/04 14:47 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready