Email sorting methods.
Function | Description | Links |
---|---|---|
email_sort_date() | Compare the sent date of two emails | sort_email_t, sort_email_api |
email_sort_date_received() | Compare the date received of two emails | sort_email_t, sort_email_api |
email_sort_from() | Compare the 'from' fields of two emails | sort_email_t, sort_email_api |
email_sort_label() | Compare the labels of two emails | sort_email_t, sort_email_api |
email_sort_score() | Compare two emails using their scores | sort_email_t, sort_email_api |
email_sort_shim() | Helper to sort emails | sort_t, sort_api |
email_sort_size() | Compare the size of two emails | sort_email_t, sort_email_api |
email_sort_spam() | Compare the spam values of two emails | sort_email_t, sort_email_api |
email_sort_subject() | Compare the subject of two emails | sort_email_t, sort_email_api |
email_sort_to() | Compare the 'to' fields of two emails | sort_email_t, sort_email_api |
email_sort_unsorted() | Restore the 'unsorted' order of emails | sort_email_t, sort_email_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_unsorted() | Sort emails by their disk order |