The X-Evolution header contains both a 32bit UID and a 32bit flags value in the form of:
X-Evolution: 00000003-0110 The second part are the flags. The valid flags are: CAMEL_MESSAGE_ANSWERED = 1<<0, CAMEL_MESSAGE_DELETED = 1<<1, CAMEL_MESSAGE_DRAFT = 1<<2, CAMEL_MESSAGE_FLAGGED = 1<<3, CAMEL_MESSAGE_SEEN = 1<<4, CAMEL_MESSAGE_ATTACHMENTS = 1<<5, The one you care about is the FLAGGED flag. Jeff On Mon, 2002-06-03 at 00:05, Lonnie Borntreger wrote: > I was just wondering what headers Evolution (CVS) uses to mark the "!" > column in the message list pane? > > Or just point me to the function that fills in the view and I'll track > it down myself. > > Just curious. > > -- > TTFN, > Lonnie Borntreger > > > _______________________________________________ > evolution maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution > _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
