]> granicus.if.org Git - mutt/commitdiff
Hack to fix $sort_browser documentation.
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Wed, 14 Jul 2004 04:50:19 +0000 (04:50 +0000)
committerTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Wed, 14 Jul 2004 04:50:19 +0000 (04:50 +0000)
init.h
sort.h

diff --git a/init.h b/init.h
index 301e7c50263dfb14f42483f7df9c2121c9967e0f..6079924eacccf02156bbd00e4306f9c0a9309b50 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2399,7 +2399,7 @@ struct option_t MuttVars[] = {
   ** order $$sort_aux is reversed again (which is not the right thing to do,
   ** but kept to not break any existing configuration setting).
   */
-  { "sort_browser",    DT_SORT|DT_SORT_BROWSER, R_NONE, UL &BrowserSort, SORT_SUBJECT },
+  { "sort_browser",    DT_SORT|DT_SORT_BROWSER, R_NONE, UL &BrowserSort, SORT_ALPHA },
   /*
   ** .pp
   ** Specifies how to sort entries in the file browser.  By default, the
diff --git a/sort.h b/sort.h
index 3986c33e06f3767f06813c47c897248502494612..880fb9d250b9fba07c181eb24f2e8e1c7ddae5c8 100644 (file)
--- a/sort.h
+++ b/sort.h
@@ -19,6 +19,7 @@
 #define SORT_DATE      1   /* the date the mail was sent. */
 #define SORT_SIZE      2
 #define SORT_SUBJECT   3
+#define SORT_ALPHA     3   /* makedoc.c requires this */
 #define SORT_FROM      4
 #define SORT_ORDER     5   /* the order the messages appear in the mailbox. */
 #define SORT_THREADS   6