* cosmetics
This commit is contained in:
@ -59,11 +59,11 @@ enum _MuMsgFlags {
|
||||
/* these we get from the contents */
|
||||
|
||||
/* "Z"->signed message */
|
||||
MU_MSG_FLAG_SIGNED = 1 << 7,
|
||||
MU_MSG_FLAG_SIGNED = 1 << 7,
|
||||
/* "X"->encrypted message */
|
||||
MU_MSG_FLAG_ENCRYPTED = 1 << 8,
|
||||
MU_MSG_FLAG_ENCRYPTED = 1 << 8,
|
||||
/* "A"->message has attachment */
|
||||
MU_MSG_FLAG_HAS_ATTACH = 1 << 9
|
||||
MU_MSG_FLAG_HAS_ATTACH = 1 << 9
|
||||
};
|
||||
typedef enum _MuMsgFlags MuMsgFlags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user