summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-11-03 14:01:12 -0700
committerKevin McCarthy <kevin@8t8.us>2022-11-03 14:01:12 -0700
commit0838a8f458b45ccf568c83343fec57e5d064eb21 (patch)
treee606c31cfd6aed3dbc5965e364664b972b153ec6
parentb254f2fb44f994c48e2491adaf03d97d3c628283 (diff)
Clarify $uncollapse_new documentation.
Indicate more clearly it is talking about "delivered" messages that arrive in a thread, not about the unread-status of those messages.
-rw-r--r--init.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/init.h b/init.h
index 08283eb1..e160d3d3 100644
--- a/init.h
+++ b/init.h
@@ -4746,10 +4746,11 @@ struct option_t MuttVars[] = {
{ "uncollapse_new", DT_BOOL, R_NONE, {.l=OPTUNCOLLAPSENEW}, {.l=1} },
/*
** .pp
- ** When \fIset\fP, Mutt will automatically uncollapse any collapsed thread
- ** that receives a new message. When \fIunset\fP, collapsed threads will
- ** remain collapsed. the presence of the new message will still affect
- ** index sorting, though.
+ ** When \fIset\fP, Mutt will automatically uncollapse any collapsed
+ ** thread that receives a newly delivered message. When
+ ** \fIunset\fP, collapsed threads will remain collapsed. The
+ ** presence of the newly delivered message will still affect index
+ ** sorting, though.
*/
{ "use_8bitmime", DT_BOOL, R_NONE, {.l=OPTUSE8BITMIME}, {.l=0} },
/*