NeoMutt
2024-11-14-138-ge5ca67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
sort.h
Go to the documentation of this file.
1
23
#ifndef MUTT_SIDEBAR_SORT_H
24
#define MUTT_SIDEBAR_SORT_H
25
29
enum
SidebarSortType
30
{
31
SB_SORT_COUNT
,
32
SB_SORT_DESC
,
33
SB_SORT_FLAGGED
,
34
SB_SORT_PATH
,
35
SB_SORT_UNREAD
,
36
SB_SORT_UNSORTED
,
37
};
38
39
#endif
/* MUTT_SIDEBAR_SORT_H */
40
SidebarSortType
SidebarSortType
Methods for sorting the Sidebar.
Definition:
sort.h:30
SB_SORT_FLAGGED
@ SB_SORT_FLAGGED
Sort by count of flagged messages.
Definition:
sort.h:33
SB_SORT_COUNT
@ SB_SORT_COUNT
Sort by total message count.
Definition:
sort.h:31
SB_SORT_DESC
@ SB_SORT_DESC
Sort by mailbox description.
Definition:
sort.h:32
SB_SORT_PATH
@ SB_SORT_PATH
Sort by mailbox path (alphabetically)
Definition:
sort.h:34
SB_SORT_UNREAD
@ SB_SORT_UNREAD
Sort by count of unread messages.
Definition:
sort.h:35
SB_SORT_UNSORTED
@ SB_SORT_UNSORTED
Sort into the order the mailboxes were configured.
Definition:
sort.h:36