23#ifndef MUTT_BROWSER_SORT_H
24#define MUTT_BROWSER_SORT_H
BrowserSortType
Methods for sorting the Browser.
@ BROWSER_SORT_ALPHA
Sort alphabetically by name.
@ BROWSER_SORT_UNSORTED
Sort into the raw order.
@ BROWSER_SORT_COUNT
Sort by total message count.
@ BROWSER_SORT_DATE
Sort by date.
@ BROWSER_SORT_NEW
Sort by count of new messages.
@ BROWSER_SORT_SIZE
Sort by size.
@ BROWSER_SORT_DESC
Sort by description.