Re: [Evolution] What does Evo use for "!" column
- From: Lonnie Borntreger <email borntreger com>
- To: Evolution List <evolution ximian com>
- Subject: Re: [Evolution] What does Evo use for "!" column
- Date: 03 Jun 2002 00:18:21 -0500
OK. My non genius-power-coder brain just suffered a hemorrhage trying
to use cscope to follow the logic back to see how X-Evolution gets
populated...
Is this populated from a combination of the mail header "Status:" and
"X-Status:"?
Anyway, I'll just ask a follow-up: If "CAMEL_MESSAGE_FLAGGED" is used
for the "!" column, what is used for the column with the little flag
graphic (the "flag status" column)?
On Sun, 2002-06-02 at 23:12, Jeffrey Stedfast wrote:
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.
--
TTFN,
Lonnie Borntreger
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]