From 2d4d49a088d9666ea76cdaafc2cd7a6d57623020 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 11 Feb 2002 23:00:13 +0000 Subject: Get followup-up message-list values. Also highlight the message in red if 2002-02-11 Jeffrey Stedfast * message-list.c (ml_tree_value_at): Get followup-up message-list values. Also highlight the message in red if the due-by date is past due (this is what Outlook does). (ml_duplicate_value): Handle follow-up columns. (ml_free_value): Same. (ml_initialize_value): Here too. (ml_value_is_empty): And here. (ml_value_to_string): And finally here. * message-tag-followup.c (message_tag_followup_i18n_name): New convenience function. svn path=/trunk/; revision=15680 --- mail/message-tag-followup.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'mail/message-tag-followup.h') diff --git a/mail/message-tag-followup.h b/mail/message-tag-followup.h index 2f61679664..75161a4e76 100644 --- a/mail/message-tag-followup.h +++ b/mail/message-tag-followup.h @@ -41,17 +41,17 @@ extern "C" { #define IS_MESSAGE_TAG_FOLLOWUP(obj) GTK_CHECK_TYPE (obj, message_tag_followup_get_type ()) enum { - FLAG_CALL, - FLAG_DO_NOT_FORWARD, - FLAG_FOLLOWUP, - FLAG_FYI, - FLAG_FORWARD, - FLAG_NO_RESPONSE_NECESSARY, - FLAG_READ, - FLAG_REPLY, - FLAG_REPLY_ALL, - FLAG_REVIEW, - FLAG_NONE + FOLLOWUP_FLAG_CALL, + FOLLOWUP_FLAG_DO_NOT_FORWARD, + FOLLOWUP_FLAG_FOLLOWUP, + FOLLOWUP_FLAG_FYI, + FOLLOWUP_FLAG_FORWARD, + FOLLOWUP_FLAG_NO_RESPONSE_NECESSARY, + FOLLOWUP_FLAG_READ, + FOLLOWUP_FLAG_REPLY, + FOLLOWUP_FLAG_REPLY_ALL, + FOLLOWUP_FLAG_REVIEW, + FOLLOWUP_FLAG_NONE }; struct _FollowUpTag { @@ -90,7 +90,7 @@ GtkType message_tag_followup_get_type (void); /* utility functions */ struct _FollowUpTag *message_tag_followup_decode (const char *tag_value); char *message_tag_followup_encode (struct _FollowUpTag *followup); - +const char *message_tag_followup_i18n_name (int type); MessageTagEditor *message_tag_followup_new (void); -- cgit v1.2.3