]> granicus.if.org Git - mutt/commitdiff
Fix the documented sort methods for sidebar_sort_method.
authorKevin McCarthy <kevin@8t8.us>
Sat, 2 Jul 2016 19:32:55 +0000 (12:32 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 2 Jul 2016 19:32:55 +0000 (12:32 -0700)
Remove references to unused "date" and "size", and add "flagged".

doc/manual.xml.head
init.h

index 27f3f67185afb44766154c0c14c588836f01324f..ac22afa76de692794da845948f516203ddf3b7f5 100644 (file)
@@ -8200,7 +8200,7 @@ please have a look at the mixmaster documentation.
          <row>
            <entry><literal>sidebar_sort_method</literal></entry>
            <entry>enum</entry>
-           <entry><literal>SORT_ORDER</literal></entry>
+           <entry><literal>unsorted</literal></entry>
          </row>
          <row>
            <entry><literal>sidebar_visible</literal></entry>
diff --git a/init.h b/init.h
index e77a166df22cd8e841e9639c5a60fb9729e50c60..2f582025ae4044592a9b1982a5cea8f2e327b0bd 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2796,9 +2796,8 @@ struct option_t MuttVars[] = {
   ** .il
   ** .dd alpha (alphabetically)
   ** .dd count (all message count)
-  ** .dd date
+  ** .dd flagged (flagged message count)
   ** .dd new (new message count)
-  ** .dd size
   ** .dd unsorted
   ** .ie
   ** .pp