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 {