Is this "threading"?
Two identical spam emails came in, and I deleted both from my Inbox. Both had attachments. Deleting them moved them to the Trash folder. When I went to the Trash folder, I found both emails had been combined into one file. Is that "threading"? I don't want any emails to be combined together EVER. Previously I had checked the "Unthreaded" box in Settings; so if this was threading, why did it happen?
Another question: I couldn't find anything to do with this combined file but to delete it. Did the act of deleting it also delete the attachments, which probably contained viruses?
This "threading" business has been going on for years now. I always check the options that supposedly disable it, but then it keeps happening.
All Replies (3)
On your question, you can always check threading for a folder by clicking view>sort by and seeing if threading is ticked. You can permanently stop threading, but it's a bit of one-time work. Here is my info on threading:
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. #
Thank you for your help. I didn't realize that threading was either enabled or disabled for each folder. As it turns out, it was disabled for the Inbox, but it was enabled for Trash. I will make sure that it is disabled for all folders.
I still need to know if, when I delete an email with an attachment, the attachment is deleted too.
Gewysig op
You are quite welcome. Yes, the attachment is also deleted.