diff options
Diffstat (limited to 'worker')
-rw-r--r-- | worker/types/thread.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/types/thread.go b/worker/types/thread.go index b4f5ac5f..fdd2a8e6 100644 --- a/worker/types/thread.go +++ b/worker/types/thread.go @@ -15,7 +15,7 @@ type Thread struct { NextSibling *Thread FirstChild *Thread - Hidden int // if this flag is not zero the message isn't rendered in the UI + Hidden int // if this flag is not zero the message isn't rendered in the UI Deleted bool // if this flag is set the message was deleted // Context indicates the message doesn't match the mailbox / query but |