]> granicus.if.org Git - neomutt/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)
committerRichard Russon <rich@flatcap.org>
Sun, 3 Jul 2016 13:40:52 +0000 (14:40 +0100)
Remove references to unused "date" and "size", and add "flagged".

doc/manual.xml.head
init.h

index c00f0fb31e4ffdbef7acf401ed5f098ccb7c83f3..57d908fc9645f0c332a361f6e61c866b5fca0dd9 100644 (file)
@@ -8852,7 +8852,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 3c69a94d00df942b364b9a4cc22ff84a7450b759..95bcb1c9422279741643547799aa798ad6fa9112 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