]> granicus.if.org Git - neomutt/commitdiff
Fix hide_missing / hide_limited documentation.
authorRené Clerc <rene@clerc.nl>
Sun, 4 Jan 2004 10:55:20 +0000 (10:55 +0000)
committerRené Clerc <rene@clerc.nl>
Sun, 4 Jan 2004 10:55:20 +0000 (10:55 +0000)
init.h

diff --git a/init.h b/init.h
index 66692140f034336b551fa40cb41e257873d68ab5..2f48f456b7bf7330c6d5b58a87758dac5fd39783 100644 (file)
--- a/init.h
+++ b/init.h
@@ -702,28 +702,28 @@ struct option_t MuttVars[] = {
   { "hide_limited",    DT_BOOL, R_TREE|R_INDEX, OPTHIDELIMITED, 0 },
   /*
   ** .pp
-  ** When set, mutt will not show the presence of missing messages in the
-  ** thread tree.
+  ** When set, mutt will not show the presence of messages that are hidden
+  ** by limiting, in the thread tree.
   */
   { "hide_missing",    DT_BOOL, R_TREE|R_INDEX, OPTHIDEMISSING, 1 },
   /*
   ** .pp
-  ** When set, mutt will not show the presence of messages that are hidden
-  ** by limiting, in the thread tree.
+  ** When set, mutt will not show the presence of missing messages in the
+  ** thread tree.
   */
   { "hide_top_limited",        DT_BOOL, R_TREE|R_INDEX, OPTHIDETOPLIMITED, 0 },
   /*
   ** .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
-  ** set, this option will have no effect.
+  ** 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_top_missing",        DT_BOOL, R_TREE|R_INDEX, OPTHIDETOPMISSING, 1 },
   /*
   ** .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.
+  ** 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
+  ** set, this option will have no effect.
   */
   { "history",         DT_NUM,  R_NONE, UL &HistSize, 10 },
   /*