From: TAKAHASHI Tamotsu Date: Wed, 14 Jul 2004 04:50:19 +0000 (+0000) Subject: Hack to fix $sort_browser documentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1491d3c0f6b20ad30acfea938a8af04490b7c237;p=neomutt Hack to fix $sort_browser documentation. --- diff --git a/init.h b/init.h index 301e7c502..6079924ea 100644 --- 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 3986c33e0..880fb9d25 100644 --- 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