diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-07 04:52:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-07 04:52:41 +0800 |
commit | 941a7e5a30f2a35eea69974a45fc516a4b3d5397 (patch) | |
tree | 3ec9427b3b9c14314c68aebeec57ea7691df4080 /camel/camel-folder-summary.h | |
parent | 7ce3b0a7290417c35721fa4850a0d06875109e40 (diff) | |
download | gsoc2013-evolution-941a7e5a30f2a35eea69974a45fc516a4b3d5397.tar.gz gsoc2013-evolution-941a7e5a30f2a35eea69974a45fc516a4b3d5397.tar.zst gsoc2013-evolution-941a7e5a30f2a35eea69974a45fc516a4b3d5397.zip |
Parse for more header information to allow message threading in IMAP.
2000-07-06 Jeffrey Stedfast <fejj@helixcode.com>
* 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
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r-- | camel/camel-folder-summary.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 *); |