Pšašanja ze slědujucym wobznamjenim pokazaś:

tryng to import a seamonkey profile in to at TB email system.

Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Pr… (cytajśo wěcej)

Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Profiles/4wd1drzq.default is incorrect; isRelative=true SeamonkeyProfileImporter.sys.mjs:67:22 and This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”. SeamonkeyProfileImporter.sys.mjs . Have found this: /* This Source Code Form is subject to the terms of the Mozilla Public

* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import { AppConstants } from "resource://gre/modules/AppConstants.sys.mjs"; import { ThunderbirdProfileImporter } from "resource:///modules/ThunderbirdProfileImporter.sys.mjs";

/**

* A module to import things from a seamonkey profile dir into the current
* profile.
*/

export class SeamonkeyProfileImporter extends ThunderbirdProfileImporter {

 NAME = "SeaMonkey";
 /** @see BaseProfileImporter */
 async getSourceProfiles() {
   const slugs = {
     win: ["AppData", "Mozilla", "SeaMonkey"],
     macosx: ["ULibDir", "Application Support", "SeaMonkey"],
     linux: ["Home", ".mozilla", "seamonkey"],
   }[AppConstants.platform];
   if (!slugs) {
     // We don't recognize this OS.
     return [];
   }
   const seamonkeyRoot = Services.dirsvc.get(slugs[0], Ci.nsIFile);
   slugs.slice(1).forEach(seamonkeyRoot.append);
   const profilesIni = seamonkeyRoot.clone();
   profilesIni.append("profiles.ini");
   if (!profilesIni.exists()) {
     this._logger.debug(
       "No SeaMonkey profile found in the well known location."
     );
     return [];
   }
   const profiles = [];
   const ini = Cc["@mozilla.org/xpcom/ini-parser-factory;1"]
     .getService(Ci.nsIINIParserFactory)
     .createINIParser(profilesIni);
   for (const section of ini.getSections()) {
     const keys = [...ini.getKeys(section)];
     if (!keys.includes("Path")) {
       // Not a profile section.
       continue;
     }
     const name = keys.includes("Name")
       ? ini.getString(section, "Name")
       : null;
     const path = ini.getString(section, "Path");
     const isRelative = keys.includes("IsRelative")
       ? ini.getString(section, "IsRelative") == "1"
       : false;
     let dir;
     try {
       if (isRelative) {
         dir = seamonkeyRoot.clone();
         dir.appendRelativePath(path);
       } else {
         dir = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsIFile);
         dir.initWithPath(path);
       }
     } catch (ex) {
       this._logger.warn(
         `Path ${path} is incorrect; isRelative=${isRelative}`
       );
       continue;
     }
     if (!dir.exists()) {
       this._logger.warn(`${dir.path} does not exist`);
       // Not a valid profile.
       continue;
     }
     profiles.push({ name, dir });
   }
   return profiles;
 }

} Thank you

Open 1 7

Moving from old machine to new machine, missing data.

I downloaded Thunderbird to my new machine, followed instructions to copy the Profile Folder from the old machine and pasted to the new machine. I didn't get a message a… (cytajśo wěcej)

I downloaded Thunderbird to my new machine, followed instructions to copy the Profile Folder from the old machine and pasted to the new machine. I didn't get a message asking whether I wanted to replace the data on the new machine. When I started Thunderbird, I am not seeing all the data I expected - no address book, only 200+ emails, no sent emails. What did I do wrong?

Rozwězany 4 25

Export Decktop Thunderbird to Mobile

My Thunderbird Desktop Version 140.9.0esr 64 bit. Help please. Installed Mobile T'bird on android mobile. On Desktop (MS Win11) T'Bird followed Settings - Export to Mobil… (cytajśo wěcej)

My Thunderbird Desktop Version 140.9.0esr 64 bit. Help please. Installed Mobile T'bird on android mobile. On Desktop (MS Win11) T'Bird followed Settings - Export to Mobile - included all email accounts and Passwords - Export resulting in pop up box requesting Pin number. Don’t know a Pin nor can find a Pin nor find Settings - Accounts - Sign in options to change it.

Rozwězany 3 17

Cannot migrate Thunderbird from Win 11 to MAC

Having tried more than a dozen sets of downloaded instructions, including those from Mozilla Thunderbird and Apple, I have become increasingly frustrated and convinced th… (cytajśo wěcej)

Having tried more than a dozen sets of downloaded instructions, including those from Mozilla Thunderbird and Apple, I have become increasingly frustrated and convinced that Thunderbird doesn't work on a MAC. Can you offer any "official" instructions? Thank you!

Blokěrowany 6 20

I imported settings from Windows 11 Thunderbird to Linux Thunderbird, now Account Settings mode says "Account name already exists" when trying to change "Your Name"

On my Windows 11 laptop, in Thunderbird v 148.0.1, I changed the entries for Accounts>"Your name" for all of my accounts. I then Tools>Export the settings to a file… (cytajśo wěcej)

On my Windows 11 laptop, in Thunderbird v 148.0.1, I changed the entries for Accounts>"Your name" for all of my accounts. I then Tools>Export the settings to a file. It was reported as 1.97Gigs, and Krusader displayed it as 1.9Gigs.

On my Linux laptop, I imported the settings into Linux Thunderbird v 140.9.0esr (64-bit). It did not import the new names. When I attempted to edit them, Account Settings mode says "Account name already exists" and appends _2 to the account name.

I forgot to make a backup before I undertook this.

How can I fix this?

Open 6 25

Restore thunderbird profile from a crashed Win 10 desktop

My desktop win 10 computer system crashed. While the operating system was zapped, the actual c: drive was intact. A new c: drive was installed with win 11 pro but when I … (cytajśo wěcej)

My desktop win 10 computer system crashed. While the operating system was zapped, the actual c: drive was intact. A new c: drive was installed with win 11 pro but when I connect the old drive to the new system, I am locked out of the user>apps>thunderbird folders ( access denied). Is there a way of overriding this security feature? I was hoping to be able to import my profile with several email addresses and their associated archival data. This is more complicated than I was expecting.

Open 1 47

How do I transfer message filters

I am running Thunderbird 140.8.1esr on macOS Tahoe 26.3 I created an IMAP account in Thunderbird to replace a POP account I want to copy the Thunderbird message filters … (cytajśo wěcej)

I am running Thunderbird 140.8.1esr on macOS Tahoe 26.3

I created an IMAP account in Thunderbird to replace a POP account

I want to copy the Thunderbird message filters from the POP account to the IMAP account

I read articles on Mozilla Support and these said to copy the msgFilterRules.dat file but I cannot find this file

How can I copy the message filters?

Rozwězany 2 102

Moving Thunderbird profile from a w11 computer to a second new computer w11 vacation home.

I have a window home computer that was upgraded from w10 to w11. I had to buy a new w11 machine at my vacation home because the old one was not upgradeable. I was succe… (cytajśo wěcej)

I have a window home computer that was upgraded from w10 to w11. I had to buy a new w11 machine at my vacation home because the old one was not upgradeable. I was successful in moving the profile from home to vacation home. But a month later I corrupted w11 on my new vacation machine while loading my earlier version of Adobe Photoshop from their instilling disk. W11 could not be repaired and I had to reinstall new w11 while keeping my files etc. This time Thunderbird would not let me move/use my old profile file. No mater what I tried!!

In the past, I've always moved the profile file "Thunderbird" in Appdata file to the new machine and renaming the installed Thunderbird file with XXX after it. It always worked in the past. My profile file is over 2mb. I've tried using all of the logical import options in this new instillations and only get error messages that it could not import the data and to look at the error console? Which I don't know where that is located. I will look for it in w11.

I think that the only difference (which I don't think should make a difference) is the directory name file difference after "users"

Any help would be much appreciated!!!!!!!

Jim Flora (Long time Thunderbird user and supporter)

Open 3 118

Backup settings only

I'm reading this> https://support.mozilla.org/en-US/kb/thunderbird-export#thunderbird:linux:tb148 Looks great but all of my messages sit on IMAP servers and I don´t ne… (cytajśo wěcej)

I'm reading this> https://support.mozilla.org/en-US/kb/thunderbird-export#thunderbird:linux:tb148 Looks great but all of my messages sit on IMAP servers and I don´t need a backup of those. I _do_ need a backup of settings, passwords, pgp keys, to move to another workstation. It is unclear what exactly is exported.

Rozwězany 8 96

Finally changed from POP to IMAP and have lost contacts, inbox and sent e-mails; saved profile

My thanks again to sfhowes, Rick and others for assisting me to get back my ability to once again send e-mails from Thunderbird. Now for the next step. Just days ago, I … (cytajśo wěcej)

My thanks again to sfhowes, Rick and others for assisting me to get back my ability to once again send e-mails from Thunderbird. Now for the next step.

Just days ago, I migrated my years of Thunderbird e-mails on a POP protocol to IMAP. Before doing so and before also uninstalling my old Thunderbird because of e-mail sending problems and then reinstalling a new version, I saved a profile. Now with the most current version of Thunderbird, I lost (i)a decades worth of saved inbox e-mails (but for the last 2 years), (ii)I lost all of my sent e-mails but a few odd ones, (iii)I lost my archived e-mails in Local Folders and (iv) I lost all of my contacts and saved group e-mail address lists.

My profile is saved on an external hard drive. Obviously the new installed version of Thunderbird must have somehow found the last 2 years of my inbox e-mails but nothing beyond that as mentioned above. Can you share please a recommended procedure where I can better import what I assume I saved correct on the profile I saved twice (I saved a master folder named Profile and separately saved 4 folders - 2 folders ending in default and 2 ending in default-release. Thank you.

Archiwěrowany 38 449

I need a way to get password list off old Thunderbird.

I've been upgrading from Win 7 and Thunderbird (TB) version 68.1.1 (32 bit) to most recent TB Version 145.0.7632.117 (Official Build) (64-bit) NOTE: From a old Dell Insp… (cytajśo wěcej)

I've been upgrading from Win 7 and Thunderbird (TB) version 68.1.1 (32 bit) to most recent TB Version 145.0.7632.117 (Official Build) (64-bit) NOTE: From a old Dell Inspiron 580 to Alienware Aurora Act 1250.

With new system and TB, I can export with handy-dandy exporter for TB 145.0.7632.117 but need them off old Windows 7 box. I see that the Legacy Add-on "Password Exporter" doesn't have versions high enough to work with most recent TB. And, I can't find a exporter for the old TB.

I have tried listing them in the old TB, but can't Capy/Paste. I made good quality screen caps and pieced them together in to one list. I was hoping to put the screen cap through a OCR but too costly for just one operation, and won't put it to a Online OCR - not when the image contains such things as ID';s and passwords.

Is there any way the data and passwords can be extracted from the old TB?

Many thanks for your help,

~r

Open 1 79

I tried transferring TB to new computer, nothing has worked. w11 TB148

I tried transferring TB to new computer, nothing has worked. w11 TB148. Manually didn't work, tried coping from Troubleshooting Information/profiles. I don't know why the… (cytajśo wěcej)

I tried transferring TB to new computer, nothing has worked. w11 TB148. Manually didn't work, tried coping from Troubleshooting Information/profiles. I don't know why there are 2 TB's? Under local and roaming but I tried. The video is out of date. It's a new install of TB so it opens with create account, both computers W11 and TG148! Please somebody tell me what I'm doing wrong? Thanks.

Rozwězany 4 96

How to copy Thunderbird filters to a new pc

I have a new PC and want to copy my existing filters on to my new PC. I have 116 filters set up and do not want to have to manually add them. I tried exporting my profil… (cytajśo wěcej)

I have a new PC and want to copy my existing filters on to my new PC. I have 116 filters set up and do not want to have to manually add them. I tried exporting my profile from my old PC but it is 38Gb

Rozwězany Archiwěrowany 5 264

Kopieren meiner Filter-Einstellungen von "Lokale Ordner" zum IMAP-Konto

Hallo, ich habe meine E-Mail-Konten in Thunderbird umgestellt von POP zu IMAP. Meine Filter-Einstellungen waren bisher gültig für "Lokale Ordner" (die Filter musste ich m… (cytajśo wěcej)

Hallo, ich habe meine E-Mail-Konten in Thunderbird umgestellt von POP zu IMAP. Meine Filter-Einstellungen waren bisher gültig für "Lokale Ordner" (die Filter musste ich manuell starten) Wie kann ich die Filter-Einstellungen auf den Posteingang meiner IMAP-Konten kopieren/migrieren? Danke, und Grüße aus Berlin

Open 2 141

Copying Thunderbird to new laptop

Hello. I have followed the instructions to copy the profile file to a drive and take it to the new computer so my Thunderbird will be the same on both laptops. BUT I get… (cytajśo wěcej)

Hello. I have followed the instructions to copy the profile file to a drive and take it to the new computer so my Thunderbird will be the same on both laptops.

BUT I get a message that the profile file is not available. And I searched for the file by name and found nothing!

The actual message is attached.

I need to copy my emails to the new laptop.

Open 3 80

Changing Mac Platforms

I am updating from an old iMac to a new MacMini. My new macMini does not seem to like my old Thunderbird program so I have downloaded a current version. How do I trans… (cytajśo wěcej)

I am updating from an old iMac to a new MacMini.

My new macMini does not seem to like my old Thunderbird program so I have downloaded a current version. 

How do I transfer all my old email contacts and old emails to the new platform? I am, in no way, technically savvy so I need simple answers, Many Thanks, John

Open 8 136

Hard Drive Replacment

My hard drive is going to have to be replaced, how do I move everything to a new hard drive. I pay my bills from folders I have added in 'Tbird so it is imperative that … (cytajśo wěcej)

My hard drive is going to have to be replaced, how do I move everything to a new hard drive. I pay my bills from folders I have added in 'Tbird so it is imperative that I move it all intact AND that I have access to all of it after I do manage to relocate it to a fresh hard drive. Thanks, God bless....Arthur Kelly

Rozwězany 3 119

Migrating from [very] old Thunderbird to current version

I've been using Thunderbird for many years. My current version is 45.2.0. My computer runs Linux Kubuntu 15.10 So yes, it's ten years old and it's showing its age. I have… (cytajśo wěcej)

I've been using Thunderbird for many years. My current version is 45.2.0. My computer runs Linux Kubuntu 15.10

So yes, it's ten years old and it's showing its age. I have a new box I built, and have Kubuntu 25.04 installed. It installed the then current version of TB. I have yet to set things up, but migrating is a priority now.

Some solutions say (on ubuntu/kubuntu) to just copy the directory "/home/username/.thunderbird/profile.default" from the old to the new box. I would likely do it by zip, rar or ssh transfer.

If I do that, when opening up TB on the new box, does the data get converted? and if so, is it automatic? It seems to me that after then years, the data format would have some changes.

I'd appreciate any insight on this. Thank you.

Open 2 52

Getting new PC, how to install Thunderbird in the new PC, do I need to do anything in this old pc?

Hello, I'm getting a new PC next week and I am concerned how to install Thunderbird in the new PC. And is there anything I need to do in the old PC to make the move smoo… (cytajśo wěcej)

Hello, I'm getting a new PC next week and I am concerned how to install Thunderbird in the new PC. And is there anything I need to do in the old PC to make the move smooth so it continues to work.

Thank you for your time and efforts ahead of time.

Open 3 61