summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-04-24 14:30:11 -0700
committerKevin McCarthy <kevin@8t8.us>2020-04-24 15:34:48 -0700
commit858d3f92da6da5b7a0133c2efac53bbdefcfcee7 (patch)
tree46c481c1bf56a86b58e8827d79e5d1e2ba186753 /mutt.h
parent3dfbff4119ec7da667fade9f9412e989c4d76679 (diff)
Adjust comment on header.num_hidden field.
Changeset 83be183b modified _mutt_traverse_thread() to update num_hidden in the entire thread, so that ~v will work properly when switching to a non-threaded view.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mutt.h b/mutt.h
index 0d58e276..4413739f 100644
--- a/mutt.h
+++ b/mutt.h
@@ -890,8 +890,7 @@ typedef struct header
unsigned int collapsed : 1; /* is this message part of a collapsed thread? */
unsigned int limited : 1; /* is this message in a limited view? */
size_t num_hidden; /* number of hidden messages in this view.
- * only valid for the root header, when
- * collapsed is set. */
+ * only valid when collapsed is set. */
short recipient; /* user_is_recipient()'s return value, cached */