From 941a7e5a30f2a35eea69974a45fc516a4b3d5397 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 6 Jul 2000 20:52:41 +0000 Subject: Parse for more header information to allow message threading in IMAP. 2000-07-06 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (imap_get_summary): Parse for more header information to allow message threading in IMAP. (imap_get_message_info): Same. * camel-folder-summary.c: Renamed summary_format_* to camel_summary_format_* and moved them into public scope. svn path=/trunk/; revision=3925 --- 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 50563f9ca7..d7f20962c4 100644 --- a/camel/camel-folder-summary.h +++ b/camel/camel-folder-summary.h @@ -194,6 +194,10 @@ CamelMessageInfo *camel_folder_summary_uid(CamelFolderSummary *, const char *uid /* shift content ... */ void camel_folder_summary_offset_content(CamelMessageContentInfo *content, off_t offset); +/* summary formatting utils */ +char *camel_summary_format_address (struct _header_raw *h, const char *name); +char *camel_summary_format_string (struct _header_raw *h, const char *name); + /* summary file loading/saving helper functions */ int camel_folder_summary_encode_fixed_int32(FILE *, gint32); int camel_folder_summary_decode_fixed_int32(FILE *, gint32 *); -- cgit v1.2.3