⬅️ **[[$-Tools|Tools]]**
***
# Thunderbird
## Addons
- **Manually Sort Folders** to rearange as needed
- **Remove Duplicate Messages** to check for duplicates (e.g. old MCE Mails)
## Einstellungen
- [Profiles - Where Thunderbird stores your messages and other user data](https://support.mozilla.org/en-US/kb/profiles-where-thunderbird-stores-user-data)
- Linux: `.thunderbird`
- MacOS: `Library/Thunderbird`
- Windows: `%AppData%\Thunderbird`
- **Komprimierung** ausschalten
- Einstellungen -> Speicherplatz (runterscrollen) -> Haken weg bei "Alle Ordner kompriemieren, wenn ..."
- **Schlagwörter** mit anderen PCs verwenden
- Sync innerhalb der IMAP Header Informationen `$label1 bis 5`
- Verwendung von `user.js`, welches globale Properties in `prefs.js` überschreibt unter `C:\Users\<USER>\AppData\Roaming\Thunderbird\Profiles\<PROFIL-ORDNER>`
- Damit können in Thunderbird auf mehreren Rechnern diese Labels verwendet werden
- **Symbolischen Link erstellen**
- CMD als Administrator starten
- In Verzeichnis gehen mit `cd C:\Users\tobia\AppData\Roaming\Thunderbird\Profiles\b5a69nxs.default-release`
- Symbolischen Link nach Nextcloud legen mit `mklink user.js C:\MCE-Nextcloud\Software\Thunderbird_Signaturen\Thunderbird-Config_user.js`
- weitere Infos:
- https://www.thunderbird-mail.de/forum/thread/87826-schlagw%C3%B6rter-synchronisieren-postfix-dovecot-imap/
- https://www.thunderbird-mail.de/forum/thread/58462-schlagw%C3%B6rter-verschwinden-imap-konto/
- https://superuser.com/questions/983401/import-export-or-retrieve-thunderbird-tags-from-imap-server
- z.B. Konfig für MCE:
```js
user_pref("mailnews.tags.$label1.color", "#ff8000");
user_pref("mailnews.tags.$label1.tag", "1 - in Buchhaltung abgelegt");
user_pref("mailnews.tags.$label2.color", "#ff0000");
user_pref("mailnews.tags.$label2.tag", "2 - Todo");
user_pref("mailnews.tags.$label3.color", "#009900");
user_pref("mailnews.tags.$label3.tag", "3 - Erledigt");
user_pref("mailnews.tags.$label4.color", "#3333ff");
user_pref("mailnews.tags.$label4.tag", "4 - Warten");
user_pref("mailnews.tags.$label5.color", "#993399");
user_pref("mailnews.tags.$label5.tag", "5 - für das Management");
```
## Regeln
Lokale Regeln damit E-Mails direkt in bestimmte Ordner geladen werden.
Sollten z.B. Zentral auf einem Server eingerichtet sein für [[$-MCE]].
## Virtuelle Ordner als gespeicherte Suchen
Lokale gespeicherte Suchen für einfacheres Finden von E-Mails.
**Datei -> Neu -> virtuelle Ordner**
## Profile auswählen und ausführen
> z.B. sinnvoll, wenn man von 32 Bit auf 64 Bit wechseln und Thunderbird damit komplett neu installiert
1. Hilfe -> Weitere Informationen zur Fehlerbehebung
2. Tabelle **Allgemeine Informationen** -> Profile -> auf `about:profiles` klicken
3. Profil umbenennen, Standard auswählen etc.
## Backup and Restore Profile
- **Windows Path:** `C:\Users\tobia\AppData\Roaming\Thunderbird`
- **MacOS Path:** `/Benutzer/tobi/Library/Thunderbird`
1. Create a .tar Archive of the whole folder
2. Copy to destination system
3. Start Thunderbird on the target system. No Configuration needed. Stop it directly. Now all folders are initially created.
4. Only use the `Thunderbird/Profiles/[XYZ].detault-release` folder and copy it into the destination `Profiles` folder
5. Delete the initial `[ABC].default-release` folder.
6. Edit the `Thunderbird/installs.ini` and `Thunderbird/profiles.ini` and change the **[ABC]** with **[XYZ]**
#
***
Related:
- [[$-MCE|MCE]]