|
static int | alias_sort_name (const void *a, const void *b) |
| Compare two Aliases by their short names - Implements sort_t -. More...
|
|
static int | alias_sort_address (const void *a, const void *b) |
| Compare two Aliases by their Addresses - Implements sort_t -. More...
|
|
static int | alias_sort_unsort (const void *a, const void *b) |
| Compare two Aliases by their original configuration position - Implements sort_t -. More...
|
|
static int | browser_compare_subject (const void *a, const void *b) |
| Compare the subject of two browser entries - Implements sort_t -. More...
|
|
static int | browser_compare_order (const void *a, const void *b) |
| Compare the order of creation of two browser entries - Implements sort_t -. More...
|
|
static int | browser_compare_desc (const void *a, const void *b) |
| Compare the descriptions of two browser entries - Implements sort_t -. More...
|
|
static int | browser_compare_date (const void *a, const void *b) |
| Compare the date of two browser entries - Implements sort_t -. More...
|
|
static int | browser_compare_size (const void *a, const void *b) |
| Compare the size of two browser entries - Implements sort_t -. More...
|
|
static int | browser_compare_count (const void *a, const void *b) |
| Compare the message count of two browser entries - Implements sort_t -. More...
|
|
static int | browser_compare_count_new (const void *a, const void *b) |
| Compare the new count of two browser entries - Implements sort_t -. More...
|
|
static int | browser_compare (const void *a, const void *b) |
| Sort the items in the browser - Implements sort_t -. More...
|
|
static int | commands_cmp (const void *a, const void *b) |
| Compare two commands by name - Implements sort_t -. More...
|
|
static int | compare_uid (const void *a, const void *b) |
| Compare two Emails by UID - Implements sort_t -. More...
|
|
static int | maildir_cmp_inode (const void *a, const void *b) |
| Compare two Maildirs by inode number - Implements sort_t -. More...
|
|
static int | mh_cmp_path (const void *a, const void *b) |
| Compare two Maildirs by path - Implements sort_t -. More...
|
|
static int | sb_sort_count (const void *a, const void *b) |
| Sort Sidebar entries by count - Implements sort_t -. More...
|
|
static int | sb_sort_desc (const void *a, const void *b) |
| Sort Sidebar entries by description - Implements sort_t -. More...
|
|
static int | sb_sort_flagged (const void *a, const void *b) |
| Sort Sidebar entries by flagged - Implements sort_t -. More...
|
|
static int | sb_sort_path (const void *a, const void *b) |
| Sort Sidebar entries by path - Implements sort_t -. More...
|
|
static int | sb_sort_unread (const void *a, const void *b) |
| Sort Sidebar entries by unread - Implements sort_t -. More...
|
|
static int | sb_sort_order (const void *a, const void *b) |
| Sort Sidebar entries by order of creation - Implements sort_t -. More...
|
|
static int | sb_sort_unsorted (const void *a, const void *b) |
| Sort Sidebar entries into their original order - Implements sort_t -. More...
|
|