X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprocmsg.h;h=fef815ffd82ef605adcf3add8240a41789bf9297;hp=e794c94027228d4625edec5bbc6fe117db3c2088;hb=72387ad26c74ac501ec9f5ce925273275379a115;hpb=8ab39ee326666ae0c228e03a765e7bd873114bc8;ds=sidebyside diff --git a/src/procmsg.h b/src/procmsg.h index e794c9402..fef815ffd 100644 --- a/src/procmsg.h +++ b/src/procmsg.h @@ -72,6 +72,7 @@ typedef GSList MsgNumberList; #define MSG_LOCKED (1U << 11) /* msg is locked */ #define MSG_RETRCPT_PENDING (1U << 12) /* return receipt pending */ /* RESERVED */ +#define MSG_RESERVED_CLAWS (1U << 30) /* for sylpheed-claws */ #define MSG_RESERVED (1U << 31) typedef guint32 MsgPermFlags;