From 34bc515362401bdb0c747b9d4e524e7c2430a9d1 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 21 Jun 2001 19:53:47 +0000 Subject: New function that decides if 2 word types are mergeable. An atom and a 2001-06-21 Jeffrey Stedfast * camel-mime-utils.c (word_types_compatable): New function that decides if 2 word types are mergeable. An atom and a qstring are mergeable; 2 qstrings are mergeable; and 2 encoded words are mergeable. (header_encode_phrase_merge_words): If 2 words are merged, the new word type is the MAX of the combined types. This means that if we merge a qstring and an atom, the resulting word type is a qstring. * camel-internet-address.c (internet_format): s/g_string_sprintfa/g_string_append since this makes more sense in this particular case. (internet_encode): Same here. svn path=/trunk/; revision=10377 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index d3e4ad5f20..a5a593ef23 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2001-06-21 Jeffrey Stedfast + + * camel-mime-utils.c (word_types_compatable): New function that + decides if 2 word types are mergeable. An atom and a qstring are + mergeable; 2 qstrings are mergeable; and 2 encoded words are + mergeable. + (header_encode_phrase_merge_words): If 2 words are merged, the new + word type is the MAX of the combined types. This means that if we + merge a qstring and an atom, the resulting word type is a + qstring. + + * camel-internet-address.c (internet_format): + s/g_string_sprintfa/g_string_append since this makes more sense in + this particular case. + (internet_encode): Same here. + 2001-06-21 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (smtp_send): Use -- cgit v1.2.3