Difference between revisions of "Thunderbird"

From RobolaboWiki
Jump to: navigation, search
(Created page with "<!--__NOTOC__--> <h1> Export/import Tags </h1> Edit ~/.thunderbird/?????.default/prefs.js Find: user_pref("mailnews.tags.irin.tag", "IRIN"); user_pref("mailnews.tags.lar...")
 
Line 7: Line 7:
  
 
Find:
 
Find:
 
+
<pre>
 
user_pref("mailnews.tags.irin.tag", "IRIN");
 
user_pref("mailnews.tags.irin.tag", "IRIN");
 
user_pref("mailnews.tags.lari.color", "#FFCC00");
 
user_pref("mailnews.tags.lari.color", "#FFCC00");
 +
</pre>
  
 
Copy/Paste from one file to another
 
Copy/Paste from one file to another

Revision as of 07:05, 28 October 2017


Export/import Tags

Edit ~/.thunderbird/?????.default/prefs.js

Find:

user_pref("mailnews.tags.irin.tag", "IRIN");
user_pref("mailnews.tags.lari.color", "#FFCC00");

Copy/Paste from one file to another