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...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
Edit  ~/.thunderbird/?????.default/prefs.js
 
Edit  ~/.thunderbird/?????.default/prefs.js
  
Find:
+
Find (e.g.):
 
+
<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

Latest revision as of 07:06, 28 October 2017


Export/import Tags

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

Find (e.g.):

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

Copy/Paste from one file to another