diff --git a/src/mu-msg.h b/src/mu-msg.h index b17ef618..1b672b23 100644 --- a/src/mu-msg.h +++ b/src/mu-msg.h @@ -419,6 +419,9 @@ enum _MuMsgContactType { /* Reply-To:? */ }; typedef guint MuMsgContactType; +/* not a 'real' contact type */ +#define MU_MSG_CONTACT_TYPE_ALL (MU_MSG_CONTACT_TYPE_NUM + 1) + #define mu_msg_contact_type_is_valid(MCT)\ ((MCT) < MU_MSG_CONTACT_TYPE_NUM)