* add support for searching the mailing list of a message

This commit is contained in:
djcb
2012-12-17 22:24:19 +02:00
parent 8d8bce91fb
commit 1872d210c9
3 changed files with 75 additions and 27 deletions

View File

@ -55,6 +55,10 @@ enum _MuMsgFieldId {
MU_MSG_FIELD_ID_PRIO,
MU_MSG_FIELD_ID_SIZE,
/* add new ones here... */
MU_MSG_FIELD_ID_LIST, /* mailing list */
MU_MSG_FIELD_ID_NUM
};
typedef guint8 MuMsgFieldId;