summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h
index 8e24cd1..ee2627f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -190,9 +190,9 @@ struct MessageNode
QStringList tags;
QString filePath;
- /// Reply depth within the thread. 0 is the thread's first message, which
- /// occupies the ROOT row rather than a child row: the user's model is
- /// "N replies", so a thread of 7 shows 1 root and 6 descendants.
+ /// Reply depth within the thread. 0 is the thread's first message: since
+ /// item 177 a conversation lists it as a child row too, but it carries no
+ /// nesting. 1 is a direct reply.
int depth = 0;
bool isUnread() const { return tags.contains(QStringLiteral("unread")); }