cleidigh / Localfolder-TB

Thunderbird Add-On to add additional local folders to accounts
Mozilla Public License 2.0
14 stars 6 forks source link

Folder is empty #53

Open braklo opened 2 years ago

braklo commented 2 years ago

Hello, First of all thanks for the great work. I have been using your addon to backup my old archives for some time now. I have not used it for last few years since I had enough space in ma rad drive, but today I wanted to connect to and old archive I had on my usb drive.

BTW I am missing an option to delete the folder.

I am using Suse Tumbleweed with Thunderbird 91.3.2 and your addon downloaded today.

localfolder_setup localfolder

.

braklo commented 2 years ago

Funny. This is what I have in prefs.js: user_pref("mail.server.server8.ageLimit", 30); user_pref("mail.server.server8.applyToFlaggedMessages", false); user_pref("mail.server.server8.cleanupBodies", false); user_pref("mail.server.server8.daysToKeepBodies", 30); user_pref("mail.server.server8.daysToKeepHdrs", 30); user_pref("mail.server.server8.directory", "/run/media/bklocok/My Passport/thunderbird_mail_vale"); user_pref("mail.server.server8.directory-rel", "[ProfD]../../../../run/media/bklocok/My Passport/thunderbird_mail_vale"); user_pref("mail.server.server8.downloadByDate", false); user_pref("mail.server.server8.downloadUnreadOnly", false); user_pref("mail.server.server8.hostname", "Vale_archiv"); user_pref("mail.server.server8.lastFilterTime", 27310624); user_pref("mail.server.server8.name", "Vale_archiv"); user_pref("mail.server.server8.nextFilterTime", 27310634); user_pref("mail.server.server8.numHdrsToKeep", 2000); user_pref("mail.server.server8.spamActionTargetAccount", "mailbox://nobody@Vale%20arch%EDv"); user_pref("mail.server.server8.storeContractID", "@mozilla.org/msgstore/berkeleystore;1"); user_pref("mail.server.server8.type", "none"); user_pref("mail.server.server8.userName", "nobody");

Before I had here: user_pref("mail.server.server8.hostname", "Vale archív"); and it did not work, after changing to Vale_archiv seems to work OK. To me it looks like a problem in encoding.

wsmwk commented 1 year ago

@braklo Do you still see this problem??