23#ifndef MUTT_CONFIG_SORT2_H
24#define MUTT_CONFIG_SORT2_H
70#define SORT_MASK ((1 << 8) - 1)
71#define SORT_REVERSE (1 << 8)
72#define SORT_LAST (1 << 9)
Convenience wrapper for the library headers.
const struct Mapping SortMethods[]
Sort methods for '$sort' for the index.
SortType
Methods for sorting.
@ SORT_SUBJECT
Sort by the email's subject.
@ SORT_ORDER
Sort by the order the messages appear in the mailbox.
@ SORT_THREADS
Sort by email threads.
@ SORT_TRUST
Sort by encryption key's trust level.
@ SORT_PATH
Sort by the folder's path.
@ SORT_ALIAS
Sort by email alias.
@ SORT_SPAM
Sort by the email's spam score.
@ SORT_FLAGGED
Sort by the number of flagged emails.
@ SORT_LABEL
Sort by the emails label.
@ SORT_FROM
Sort by the email's From field.
@ SORT_SIZE
Sort by the size of the email.
@ SORT_RECEIVED
Sort by when the message were delivered locally.
@ SORT_DESC
Sort by the folder's description.
@ SORT_TO
Sort by the email's To field.
@ SORT_ALPHA
Required by makedoc.c.
@ SORT_KEYID
Sort by the encryption key's ID.
@ SORT_DATE
Sort by the date the email was sent.
@ SORT_SCORE
Sort by the email's score.
@ SORT_COUNT
Sort by number of emails in a folder.
@ SORT_UNREAD
Sort by the number of unread emails.
@ SORT_ADDRESS
Sort by email address.
Mapping between user-readable string and a constant.