summaryrefslogtreecommitdiff
path: root/lib/threadbuilder.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/threadbuilder.go')
-rw-r--r--lib/threadbuilder.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/threadbuilder.go b/lib/threadbuilder.go
index 9607f1c..8ffb7c1 100644
--- a/lib/threadbuilder.go
+++ b/lib/threadbuilder.go
@@ -206,11 +206,6 @@ func (t *threadable) MessageThreadReferences() []string {
func (t *threadable) Subject() string {
// deactivate threading by subject for now
return ""
-
- if t.IsDummy() || t.MsgInfo == nil || t.MsgInfo.Envelope == nil {
- return ""
- }
- return t.MsgInfo.Envelope.Subject
}
func (t *threadable) SimplifiedSubject() string {