From 9104f5fc1c2857c2662cf0d052809c671681542b Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sun, 4 Sep 2005 20:10:25 +0000 Subject: [PATCH] Point $hide_top_limited to $hide_limited instead of $hide_missing. Likewise for $hide_top_missing. Closes: #2039. --- init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.h b/init.h index 780f887e6..99c2a1a76 100644 --- a/init.h +++ b/init.h @@ -761,13 +761,13 @@ struct option_t MuttVars[] = { ** .pp ** When set, mutt will not show the presence of messages that are hidden ** by limiting, at the top of threads in the thread tree. Note that when - ** $$hide_missing is set, this option will have no effect. + ** $$hide_limited is set, this option will have no effect. */ { "hide_top_missing", DT_BOOL, R_TREE|R_INDEX, OPTHIDETOPMISSING, 1 }, /* ** .pp ** When set, mutt will not show the presence of missing messages at the - ** top of threads in the thread tree. Note that when $$hide_limited is + ** top of threads in the thread tree. Note that when $$hide_missing is ** set, this option will have no effect. */ { "history", DT_NUM, R_NONE, UL &HistSize, 10 }, -- 2.40.0