From 4cf5bbfa5a228f47256e74a7a11180e2d512561b Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 2 Jun 2000 18:09:18 +0000 Subject: If we get a funny result, just throw it out. Basically a fix for the one 2000-06-02 Not Zed * camel-mime-utils.c (header_decode_date): If we get a funny result, just throw it out. Basically a fix for the one true broken TradeClient. 2000-06-01 Not Zed * camel-folder-summary.c (message_info_free): Free references/messsage id. (message_info_save): Save them. (message_info_load): Load them. (message_info_new): And get them from the new message. (CAMEL_FOLDER_SUMMARY_VERSION): Bumped for new changes. * camel-folder-summary.h: Added references and messageid to summary. svn path=/trunk/; revision=3391 --- camel/camel-folder-summary.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/camel-folder-summary.h') diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h index a22172c41b..1281415368 100644 --- a/camel/camel-folder-summary.h +++ b/camel/camel-folder-summary.h @@ -79,6 +79,10 @@ typedef struct { time_t date_sent; time_t date_received; + /* Message-ID / References structures */ + char *message_id; /* for this message */ + struct _header_references *references; /* from parent to root */ + struct _CamelFlag *user_flags; /* tree of content description - NULL if it is not available */ -- cgit v1.2.3