|
static int | alias_sort_name (const void *a, const void *b, void *sdata) |
| Compare two Aliases by their short names - Implements sort_t -.
|
|
static int | alias_sort_address (const void *a, const void *b, void *sdata) |
| Compare two Aliases by their Addresses - Implements sort_t -.
|
|
static int | alias_sort_unsort (const void *a, const void *b, void *sdata) |
| Compare two Aliases by their original configuration position - Implements sort_t -.
|
|
static int | browser_sort_subject (const void *a, const void *b, void *sdata) |
| Compare two browser entries by their subject - Implements sort_t -.
|
|
static int | browser_sort_order (const void *a, const void *b, void *sdata) |
| Compare two browser entries by their order - Implements sort_t -.
|
|
static int | browser_sort_desc (const void *a, const void *b, void *sdata) |
| Compare two browser entries by their descriptions - Implements sort_t -.
|
|
static int | browser_sort_date (const void *a, const void *b, void *sdata) |
| Compare two browser entries by their date - Implements sort_t -.
|
|
static int | browser_sort_size (const void *a, const void *b, void *sdata) |
| Compare two browser entries by their size - Implements sort_t -.
|
|
static int | browser_sort_count (const void *a, const void *b, void *sdata) |
| Compare two browser entries by their message count - Implements sort_t -.
|
|
static int | browser_sort_count_new (const void *a, const void *b, void *sdata) |
| Compare two browser entries by their new count - Implements sort_t -.
|
|
static int | browser_sort_helper (const void *a, const void *b, void *sdata) |
| Helper to sort the items in the browser - Implements sort_t -.
|
|
static int | envlist_sort (const void *a, const void *b, void *sdata) |
| Compare two environment strings - Implements sort_t -.
|
|
static int | label_sort (const void *a, const void *b, void *sdata) |
| Compare two label strings - Implements sort_t -.
|
|
int | elem_list_sort (const void *a, const void *b, void *sdata) |
| Compare two HashElem pointers to config - Implements sort_t -.
|
|
static int | commands_sort (const void *a, const void *b, void *sdata) |
| Compare two commands by name - Implements sort_t -.
|
|
static int | imap_sort_email_uid (const void *a, const void *b, void *sdata) |
| Compare two Emails by UID - Implements sort_t -.
|
|
int | imap_sort_uid (const void *a, const void *b, void *sdata) |
| Compare two UIDs - Implements sort_t -.
|
|
static int | maildir_sort_inode (const void *a, const void *b, void *sdata) |
| Compare two Maildirs by inode number - Implements sort_t -.
|
|
static int | maildir_sort_flags (const void *a, const void *b, void *sdata) |
| Compare two flag characters - Implements sort_t -.
|
|
static int | mh_sort_path (const void *a, const void *b, void *sdata) |
| Compare two Mh Mailboxes by path - Implements sort_t -.
|
|
int | mutt_str_inbox_cmp (const char *a, const char *b) |
| Do two folders share the same path and one is an inbox -.
|
|
static int | compare_threads (const void *a, const void *b, void *sdata) |
| Helper to sort email threads - Implements sort_t -.
|
|
static int | crypt_sort_address (const void *a, const void *b, void *sdata) |
| Compare two keys by their addresses - Implements sort_t -.
|
|
static int | crypt_sort_keyid (const void *a, const void *b, void *sdata) |
| Compare two keys by their IDs - Implements sort_t -.
|
|
static int | crypt_sort_date (const void *a, const void *b, void *sdata) |
| Compare two keys by their dates - Implements sort_t -.
|
|
static int | crypt_sort_trust (const void *a, const void *b, void *sdata) |
| Compare two keys by their trust levels - Implements sort_t -.
|
|
static int | pgp_sort_address (const void *a, const void *b, void *sdata) |
| Compare two keys by their addresses - Implements sort_t -.
|
|
static int | pgp_sort_date (const void *a, const void *b, void *sdata) |
| Compare two keys by their dates - Implements sort_t -.
|
|
static int | pgp_sort_keyid (const void *a, const void *b, void *sdata) |
| Compare two keys by their IDs - Implements sort_t -.
|
|
static int | pgp_sort_trust (const void *a, const void *b, void *sdata) |
| Compare two keys by their trust levels - Implements sort_t -.
|
|
static int | sb_sort_count (const void *a, const void *b, void *sdata) |
| Compare two Sidebar entries by count - Implements sort_t -.
|
|
static int | sb_sort_desc (const void *a, const void *b, void *sdata) |
| Compare two Sidebar entries by description - Implements sort_t -.
|
|
static int | sb_sort_flagged (const void *a, const void *b, void *sdata) |
| Compare two Sidebar entries by flagged - Implements sort_t -.
|
|
static int | sb_sort_path (const void *a, const void *b, void *sdata) |
| Compare two Sidebar entries by path - Implements sort_t -.
|
|
static int | sb_sort_unread (const void *a, const void *b, void *sdata) |
| Compare two Sidebar entries by unread - Implements sort_t -.
|
|
static int | sb_sort_order (const void *a, const void *b, void *sdata) |
| Compare two Sidebar entries by order of creation - Implements sort_t -.
|
|
static int | sb_sort_unsorted (const void *a, const void *b, void *sdata) |
| Compare two Sidebar entries into their original order - Implements sort_t -.
|
|
static int | compare_email_shim (const void *a, const void *b, void *sdata) |
| Helper to sort emails - Implements sort_t -.
|
|
int | mutt_compare_emails (const struct Email *a, const struct Email *b, enum MailboxType type, short sort, short sort_aux) |
| Compare two emails using up to two sort methods -.
|
|