How to turn off threading permanently
I recently upgraded to version 115.10.1 and it is driving me utterly insane. It repeatedly turns on threading. I turn it off for a folder, next time I log in it's on again. I turn it off in a folder and copy that setting to all other folders, but it turns itself on again. Others say turn it off in Settings/Appearance. But I don't seem to have Settings/Appearance.
How do I stop this? Or is there a way to find out what version I was originally running and go back to that. I hadn't upgraded for a good while but my old version was much better. This one is also really slow and I hate the tiny text.
All Replies (3)
Gekose oplossing
The last version without threading was 91 The setings>appearance feature is available in 140. Updating to 140 is the cleanest approach, going forward. You can find your prior version in settings>general> in the Updates section by clicking the 'show update history' button. To stay where you are and set default for unthreading for NEW folders, do this:
FOR FUTURE THUNDERBIRD INSTALLATIONS
- -To change default for *new* folders, In config editor, you can change default that applies to NEW folders you set up:
mailnews.default_view_flags 0 =unthreaded (NOTE: Config editor is at settings>general near bottom of pane)
- - create a simple text file with name of user.js with these lines:
// Set default threading to UNthreaded ### <== this line is optional, just for documentation
user_pref("mailnews.default_view_flags", 0);
- - install Thunderbird and exit prior to setting up accounts
- - copy the user.js file into the profile
- - now, when you start Thunderbird, unthreading will be the default. Problem solved. #
That sets default for new folders. Existing folders must be set manually as you indicated.
Many thanks David, I upgraded to 140 so have now fixed the threading problem. That said i may yet go back - I find 140 just as slow and flakey as 115. It often takes a couple of goes to get it to start up properly, a favourite trick being to refuse to load up new mails, either automatically or on demand.
I am glad it's working. I do encourage you to stay with 140. It's supported, and volunteers here are more up to date with current versions than older ones. Also, going backwards often causes problems as there may be some features changed on an update that are not compatible in going back.