* <many> add support for displaying, searching the Bcc: field
This commit is contained in:
@ -26,8 +26,10 @@ G_BEGIN_DECLS
|
||||
|
||||
/* don't change the order, add new types at the end, as these numbers
|
||||
* are used in the database */
|
||||
enum _MuMsgFieldId {
|
||||
MU_MSG_FIELD_ID_BODY_TEXT = 0,
|
||||
enum _MuMsgFieldId {
|
||||
|
||||
MU_MSG_FIELD_ID_BCC = 0,
|
||||
MU_MSG_FIELD_ID_BODY_TEXT,
|
||||
MU_MSG_FIELD_ID_BODY_HTML,
|
||||
MU_MSG_FIELD_ID_CC,
|
||||
MU_MSG_FIELD_ID_DATE,
|
||||
|
||||
Reference in New Issue
Block a user