]> granicus.if.org Git - mutt/commitdiff
Point $hide_top_limited to $hide_limited instead of $hide_missing. Likewise
authorBrendan Cully <brendan@kublai.com>
Sun, 4 Sep 2005 20:10:25 +0000 (20:10 +0000)
committerBrendan Cully <brendan@kublai.com>
Sun, 4 Sep 2005 20:10:25 +0000 (20:10 +0000)
for $hide_top_missing. Closes: #2039.

init.h

diff --git a/init.h b/init.h
index 780f887e66b6bd34850cb349bd66dbea280c6b7e..99c2a1a76ee13f5d5841a0b45f04dcf529292948 100644 (file)
--- 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 },