|
|
|
|
|
by kitchen
5722 days ago
|
|
thunderbird does do subject-based threading by default. Fortunately there's a way to disable this by enabling strict-threading. Threading works by using the In-Reply-To: and References: headers in emails. This way you have a direct correlation between an email and what it was replying to. It allows you to trivially build a tree structure for a thread, which is what a thread is, not a flat conversation. I get lots of emails from our notification systems that have similar or often the same subject. Having it thread by subject alone is extremely irritating here because it combines completely unrelated things together. |
|