diff options
-rw-r--r-- | lib/threadbuilder.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/threadbuilder.go b/lib/threadbuilder.go index 9607f1cc..8ffb7c1f 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 { |