comparison src/lib-storage/mail-storage.h @ 9444:a5d8d201bd39 HEAD

imap: Implemented SORT=DISPLAY extension (draft-ietf-morg-sortdisplay-02).
author Timo Sirainen <tss@iki.fi>
date Sun, 18 Oct 2009 18:37:03 -0400
parents 3eacb6bbd227
children
comparison
equal deleted inserted replaced
9443:b5e6de777e52 9444:a5d8d201bd39
102 MAIL_SORT_FROM = 0x0008, 102 MAIL_SORT_FROM = 0x0008,
103 MAIL_SORT_SIZE = 0x0010, 103 MAIL_SORT_SIZE = 0x0010,
104 MAIL_SORT_SUBJECT = 0x0020, 104 MAIL_SORT_SUBJECT = 0x0020,
105 MAIL_SORT_TO = 0x0040, 105 MAIL_SORT_TO = 0x0040,
106 MAIL_SORT_SEARCH_SCORE = 0x0080, 106 MAIL_SORT_SEARCH_SCORE = 0x0080,
107 MAIL_SORT_DISPLAYFROM = 0x0100,
108 MAIL_SORT_DISPLAYTO = 0x0200,
107 109
108 MAIL_SORT_MASK = 0x0fff, 110 MAIL_SORT_MASK = 0x0fff,
109 MAIL_SORT_FLAG_REVERSE = 0x1000, /* reverse this mask type */ 111 MAIL_SORT_FLAG_REVERSE = 0x1000, /* reverse this mask type */
110 112
111 MAIL_SORT_END = 0x0000 /* ends sort program */ 113 MAIL_SORT_END = 0x0000 /* ends sort program */