diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-28 04:16:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-28 04:16:57 +0800 |
commit | 6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a (patch) | |
tree | 1f8976b0d4d45ea6853dd169d6a9ddb8d48aa79c /camel/ChangeLog | |
parent | a4f6a54e0abacd14cd5971bb0e52e52cf38324f6 (diff) | |
download | gsoc2013-evolution-6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a.tar gsoc2013-evolution-6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a.tar.gz gsoc2013-evolution-6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a.tar.bz2 gsoc2013-evolution-6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a.tar.lz gsoc2013-evolution-6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a.tar.xz gsoc2013-evolution-6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a.tar.zst gsoc2013-evolution-6ba4c3938c305de92ab8e6acbcfc708d8f2d6f9a.zip |
When we remove a node from the list, make sure to g_list_free_1().
2003-03-27 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-utils.c (header_encode_phrase_merge_words): When we
remove a node from the list, make sure to g_list_free_1().
(header_encode_phrase_merge_words): Don't use
CAMEL_FOLD_PREENCODED as the upper-bound for merged-word length if
the merged-word will not be an rfc2047 encoded word. Instead, use
CAMEL_FOLD_SIZE-8 (which is the value we use in other places for
determining upper-bound lengths). Solves bug #38659.
svn path=/trunk/; revision=20549
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 94dad5c5e1..da1b36d2ec 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2003-03-27 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-utils.c (header_encode_phrase_merge_words): When we + remove a node from the list, make sure to g_list_free_1(). + (header_encode_phrase_merge_words): Don't use + CAMEL_FOLD_PREENCODED as the upper-bound for merged-word length if + the merged-word will not be an rfc2047 encoded word. Instead, use + CAMEL_FOLD_SIZE-8 (which is the value we use in other places for + determining upper-bound lengths). Solves bug #38659. + 2003-03-27 Dan Winship <danw@ximian.com> * camel-url.c (append_url_encoded): Like camel_url_encode, but |