Remove all threads in all folders
First I am very frustrated that someone decided to change the default to show all messages in threads. How do I globally disable this for every profile on my system. Additionally how do I disable it in one pass for all top level folders at the moment I have to change one top level folder at a time on every system I use thunderbird on, as I have over 100 folders this is very inconvenient. How do I modify a new thunderbird installation so all users and profiles default to threads being turned off.
All Replies (1)
This curse was visited upon us in the summer of 2022, with release 102. The 'good news' today is that, at least for new folders, you can set the default at settings>appearance , but for existing folders, there is indeed work. Here is my (unofficial) documentation:
This is the official (to my knowledge) documentation. Well worth the read
https://support.mozilla.org/en-US/kb/message-threading-thunderbird
Simple Approach if just a few folders Here is my own documentation on threading, duplicating the above, but it may help: You need to highlight each folder and click View>sort by>unthreaded. If this applies to just a few folders, just repeat the process as necessary. If you have many folders or plan to add many new folders, you may wish a different approach, below:
FOR NEW FOLDERS See Settings>Appearance
------------
FOR EXISTING FOLDERS These steps may help: To set many *existing* folders, follow these steps: This must be done on an account by account basis.
- select table view - the icon just to right of 'quick filter' button above message list pane
- select a message folder and apply all desired attributes - View>sort by from menu bar (if not shown, click alt key)
- click the icon at right side of column display in message list pane
- select the entry near bottom 'Apply current view to...'
- highlight 'folder and children'
- move mouse left to see account name and move left again to display all account folders. Now CLICK. a small menu will appear to confirm setting all folders within that account.
- repeat steps for each account
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. #