Assorted sorting methods.
Function | Description | Links |
---|---|---|
compare_date_received() | Compare the date received of two emails | sort_mail_t, sort_mail_api |
compare_date_sent() | Compare the sent date of two emails | sort_mail_t, sort_mail_api |
compare_email_shim() | Helper to sort emails | sort_t, sort_api |
compare_from() | Compare the 'from' fields of two emails | sort_mail_t, sort_mail_api |
compare_label() | Compare the labels of two emails | sort_mail_t, sort_mail_api |
compare_order() | Restore the 'unsorted' order of emails | sort_mail_t, sort_mail_api |
compare_score() | Compare two emails using their scores | sort_mail_t, sort_mail_api |
compare_size() | Compare the size of two emails | sort_mail_t, sort_mail_api |
compare_spam() | Compare the spam values of two emails | sort_mail_t, sort_mail_api |
compare_subject() | Compare the subject of two emails | sort_mail_t, sort_mail_api |
compare_to() | Compare the 'to' fields of two emails | sort_mail_t, sort_mail_api |
get_sort_func() | Get the sort function for a given sort id | |
mutt_compare_emails() | Compare two emails using up to two sort methods | sort_api |
mutt_get_name() | Pick the best name to display from an address | |
mutt_sort_headers() | Sort emails by their headers | |
mutt_sort_order() | Sort emails by their disk order |