Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

How to transfer my TAGS from my old Mac to the new one?

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 10 προβολές
  • Τελευταία απάντηση από Fani Labrouli

more options

I have already transfer all my e-mails (with importexporttools) and create new tags -similar to my old Mac- but all the old tags, after the 3rd, despaired.

I have already transfer all my e-mails (with importexporttools) and create new tags -similar to my old Mac- but all the old tags, after the 3rd, despaired.

Επιλεγμένη λύση

It would have been easier to copy and paste the ~/Library/Thunderbird folder containing all data from one MAC to the other MAC. Thunderbird would have to closed whilst doing it.

All the 'Tags' are in the the 'prefs.js' file. 'prefs.js' file can be opened using a text editing program like 'Notepad' the new default one will have some default tags. Each tag will have a colour and a tag name. eg:

  • user_pref("mailnews.tags.$label1.color", "#FF0000");
  • user_pref("mailnews.tags.$label1.tag", "Important");

It would require you making a copy of the new 'prefs.js' as a backup - just in case :)

  • Access the old 'prefs.js' file,
  • copy the entire section/ block of 'mailnews.tags'
  • Access new 'prefs.js' file
  • Remove all the default tags
  • Carefull Paste in the copied 'mailnews.tags'
  • Save file.
Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

It would have been easier to copy and paste the ~/Library/Thunderbird folder containing all data from one MAC to the other MAC. Thunderbird would have to closed whilst doing it.

All the 'Tags' are in the the 'prefs.js' file. 'prefs.js' file can be opened using a text editing program like 'Notepad' the new default one will have some default tags. Each tag will have a colour and a tag name. eg:

  • user_pref("mailnews.tags.$label1.color", "#FF0000");
  • user_pref("mailnews.tags.$label1.tag", "Important");

It would require you making a copy of the new 'prefs.js' as a backup - just in case :)

  • Access the old 'prefs.js' file,
  • copy the entire section/ block of 'mailnews.tags'
  • Access new 'prefs.js' file
  • Remove all the default tags
  • Carefull Paste in the copied 'mailnews.tags'
  • Save file.
more options

thank you so much, my problem is solved

fani-lab said

I have already transfer all my e-mails (with importexporttools) and create new tags -similar to my old Mac- but all the old tags, after the 3rd, despaired.