From: TAKAHASHI Tamotsu Date: Wed, 14 Jul 2004 04:50:19 +0000 (+0000) Subject: Hack to fix $sort_browser documentation. X-Git-Tag: mutt-1-5-15-rel~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc703ee5992fcb2aa6218e66040e11e920c5965f;p=mutt Hack to fix $sort_browser documentation. --- diff --git a/init.h b/init.h index 301e7c50..6079924e 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 3986c33e..880fb9d2 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