Re: [Evolution] What does Evo use for "!" column



Talk about brain-dead... I knew that.  Sorry.

On Mon, 2002-06-03 at 00:58, Jeffrey Stedfast wrote:
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)?

We use what i called a "tag". There's an API in Camel called
camel_tag_set/get where you can set a tag which consists of a name and
value (both char*).

The Flag-For-Followup tag is stored with name="follow-up" and the value
is encoded as "%s:%x:%x" where %s is one of the following:

"call"
"do-not-forward"
"follow-up"
"fyi"
"forward"
"no-response"
"read"
"reply"
"reply-all"
"review"

The first %x is a hex encoded time_t value for when the due date of the
Flag-For-Followup is. The second is the date at which it was completed,
or 0 if it has not yet been completed.

-- 
TTFN,
Lonnie Borntreger





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]