Skip to content

Commit

Permalink
Clarify $uncollapse_new documentation.
Browse files Browse the repository at this point in the history
Indicate more clearly it is talking about "delivered" messages that
arrive in a thread, not about the unread-status of those messages.
  • Loading branch information
kevin8t8 committed Nov 3, 2022
1 parent b254f2f commit 0838a8f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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} },
/*
Expand Down

0 comments on commit 0838a8f

Please sign in to comment.