aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-02-27 11:21:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-02-27 11:21:51 +0800
commit0b0a2a0d6a76c3a2728f5ad5c284942bd16123e3 (patch)
treebfe6e6b464dbc6d01de1ce7c6d3a8eef0b37cb04 /camel/ChangeLog
parent22ac1344f7dff17a6761e2c2826baa37dad864fd (diff)
downloadgsoc2013-evolution-0b0a2a0d6a76c3a2728f5ad5c284942bd16123e3.tar
gsoc2013-evolution-0b0a2a0d6a76c3a2728f5ad5c284942bd16123e3.tar.gz
gsoc2013-evolution-0b0a2a0d6a76c3a2728f5ad5c284942bd16123e3.tar.bz2
gsoc2013-evolution-0b0a2a0d6a76c3a2728f5ad5c284942bd16123e3.tar.lz
gsoc2013-evolution-0b0a2a0d6a76c3a2728f5ad5c284942bd16123e3.tar.xz
gsoc2013-evolution-0b0a2a0d6a76c3a2728f5ad5c284942bd16123e3.tar.zst
gsoc2013-evolution-0b0a2a0d6a76c3a2728f5ad5c284942bd16123e3.zip
Changed header formatted table to contain a pointer to an output function,
2002-02-27 Not Zed <NotZed@Ximian.com> * camel-mime-part.c (init_header_name_table): Changed header formatted table to contain a pointer to an output function, and added in-reply-to and references headers. (write_references): New function to write out references header, folded properly. It only approximates based on the last >, but it should be adequate and will also handle invalid headers. (write_fold): Function to write out headers folded. Since this is the default it isn't required. (write_raw): Write out an already formatted header, e.g. most of the rest. (write_to_stream): Lookup header output function, if we have one, use that, otherwise fold header using basic (dumb) function. This is all for #14779. A better fix is probably do have the headers always stored formatted, but that can wait. svn path=/trunk/; revision=15852
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f996021409..02a22a3cc2 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,21 @@
+2002-02-27 Not Zed <NotZed@Ximian.com>
+
+ * camel-mime-part.c (init_header_name_table): Changed header
+ formatted table to contain a pointer to an output function, and
+ added in-reply-to and references headers.
+ (write_references): New function to write out references header,
+ folded properly. It only approximates based on the last >, but it
+ should be adequate and will also handle invalid headers.
+ (write_fold): Function to write out headers folded. Since this is
+ the default it isn't required.
+ (write_raw): Write out an already formatted header, e.g. most of
+ the rest.
+ (write_to_stream): Lookup header output function, if we have one,
+ use that, otherwise fold header using basic (dumb) function.
+
+ This is all for #14779. A better fix is probably do have the
+ headers always stored formatted, but that can wait.
+
2002-02-25 Jeffrey Stedfast <fejj@ximian.com>
* camel-digest-folder.c (camel_digest_folder_new): Allow all