protz / Manually-Sort-Folders

An extension for Thunderbird 3.0+ that allows you to sort folders in the folder pane.
http://www.xulforum.org/go_code
Other
136 stars 23 forks source link

Sub folder not shown #164

Open WV-Mike opened 3 years ago

WV-Mike commented 3 years ago

When I choose an account to sort only the IN box and the Trash are shown - no sub folders. I am using 2.1.0 Sorter and 68.11 Tbird manuallly-sort

Any help apprecitated. WV-Mike

itagagaki commented 3 years ago

It would be helpful if you could press Ctrl+Shift+J to open the console and copy and paste its contents. However, there may be some personal information in there, so please hide it carefully.

WV-Mike commented 3 years ago

What do you consider "personal information"?

itagagaki commented 3 years ago

All information that you do not want to disclose.

WV-Mike commented 3 years ago

WebExtensions: Loading packed extension from C:\Users\WV Mike\AppData\Roaming\Thunderbird\Profiles\ns1jf8ce.default\extensions\attachmentextractor_cont@thunderbird-mail.de.xpi ext-legacy.js:157 WebExtensions: Loading add-on preferences from C:\Users\WV Mike\AppData\Roaming\Thunderbird\Profiles\ns1jf8ce.default\extensions\attachmentextractor_cont@thunderbird-mail.de.xpi ext-legacy.js:190 WebExtensions: Firing profile-after-change listeners for attachmentextractor_cont@thunderbird-mail.de ext-legacy.js:194 Security Error: Content at moz-nullprincipal:{30c7de44-07d1-402e-a4c3-ef0b53a0e185} may not load or link to mailbox:///C:/Users/WV%20Mike/AppData/Roaming/Thunderbird/Profiles/ns1jf8ce.default/Mail/pop.gmail.com/Inbox.sbd/CRC?number=93217974&header=quotebody&part=1.2&filename=IMG_0269.jpg. NS_ERROR_FAILURE: Couldn't decrypt string crypto-SDR.js:203 SyntaxError: An invalid or illegal string was specified mailWidgets.js:661 SyntaxError: An invalid or illegal string was specified menulist-addrbooks.js:11 1631530352809 tbsortfolders.ui DEBUG on_load 1631530352810 tbsortfolders.ui DEBUG Total accounts: 4 1631530352810 tbsortfolders.ui DEBUG Account: @EpicRoadTrips.us 1631530352811 tbsortfolders.ui DEBUG Account: @gmail.com 1631530352812 tbsortfolders.ui DEBUG Account: @gmail.com 1631530352812 tbsortfolders.ui DEBUG Account: Local Folders 1631530352814 tbsortfolders.ui DEBUG Accounts: 4 1631530352815 tbsortfolders.ui DEBUG Folder: Inbox 1631530352815 tbsortfolders.ui DEBUG Folder URI: mailbox://EpicRoadTrips.us@mail.epicroadtrips.us/Inbox 1631530352815 tbsortfolders.ui DEBUG Folder flags: 4100 1631530352816 tbsortfolders.ui DEBUG Special name: Inbox 1631530352816 tbsortfolders.ui DEBUG Folder: Trash 1631530352816 tbsortfolders.ui DEBUG Folder URI: mailbox://EpicRoadTrips.us@mail.epicroadtrips.us/Trash 1631530352816 tbsortfolders.ui DEBUG Folder flags: 260 1631530352816 tbsortfolders.ui DEBUG Special name: Trash Warning: attempting to write 30744 bytes to preference extensions.tbsortfolders@xulforum.org.tbsf_data. This is bad for general performance and memory usage. Such an amount of data should rather be written to an external file. This preference will not be sent to any content processes. 1631530352820 tbsortfolders.ui DEBUG rebuild_tree(true); 1631530352820 tbsortfolders.ui DEBUG Sort method 2 1631530352820 tbsortfolders.ui DEBUG 2 nodes passed 1631530352820 tbsortfolders.ui DEBUG 2 folders to examine before sort 1631530352821 tbsortfolders.ui DEBUG 2 folders to examine 1631530352821 tbsortfolders.ui DEBUG ### Rebuilding 1 is mailbox://EpicRoadTrips.us@mail.epicroadtrips.us/Inbox 1631530352821 tbsortfolders.ui DEBUG ### Rebuilding 2 is mailbox://EpicRoadTrips.us@mail.epicroadtrips.us/Trash 1631530358158 tbsortfolders.ui DEBUG on_move_up

itagagaki commented 3 years ago

The only thing that bothers me when I look at the log is that there is a warning about the size of the pref data when it is set. Normally, I don't think the prefs data will be that large to cause a warning. The possibilities are that you have a really large number of folders, or that your pref data is corrupted. It might be the latter, so try deleting the prefs data once. (MSF settings will be lost, however.)

  1. Go to Help > Troubleshooting Information
  2. See Profile Folder and press Open Folder
  3. Open prefs.js with your text editor (Notepad or something you like)
  4. Find a line starting user_pref("extensions.tbsortfolders@xulforum.org.tbsf_data" and delete it
  5. Restart Thunderbird and try to use MSF

If you really have a large number of subfolders, so that the prefs data is large enough to cause a warning, then it may be that Thunderbird is not processing the prefs data correctly. If this is the case, it is difficult to be resolved. Updating to the latest version of Thunderbird (currently 91) may solve the issue. Don't you plan to?

WV-Mike commented 3 years ago

I updated to 91 and it still shows now folders. I deleted the line extensions.tbsortfolders@xulforum.org.tbsf_data and restarted. Two of the 3 accounts show subfolders but my primary account does not. It has quite a few more folders than the other two accounts. So maybe that is the problem. Thanks, WV-Mike

WV-Mike commented 3 years ago

After I upgraded 91 TB displayed in monochrome and the font size for the summary was reduced. Also the my address book had not one entry.

Fortunately I was able to do a Win7 restore to get back to before the upgrade.

itagagaki commented 3 years ago

Hmmm, there seems to be a problem with your system, such as TB91 not working properly. I'm sorry, but I don't think there is an issue with this add-on.