diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-14 05:36:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-14 05:36:28 +0800 |
commit | e1aea06269544e81edbcc617dc00f672a7dc4deb (patch) | |
tree | 8ee667daa91004df1545659470d1f0dcf31d7919 /camel/ChangeLog | |
parent | 584b87ddf1534d91a72e85e831d9559bbb4d26a2 (diff) | |
download | gsoc2013-evolution-e1aea06269544e81edbcc617dc00f672a7dc4deb.tar.gz gsoc2013-evolution-e1aea06269544e81edbcc617dc00f672a7dc4deb.tar.zst gsoc2013-evolution-e1aea06269544e81edbcc617dc00f672a7dc4deb.zip |
If header_msgid_decode fails for the content-id field, just grab whatever
2002-09-13 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part.c (process_header): If header_msgid_decode fails
for the content-id field, just grab whatever is between the <>'s
(yes, this means that the content-id is invalid - but what can ya
do?). Addresses bug #21027.
svn path=/trunk/; revision=18070
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b029bbcb0f..d421ac2c8c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-09-13 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-part.c (process_header): If header_msgid_decode fails + for the content-id field, just grab whatever is between the <>'s + (yes, this means that the content-id is invalid - but what can ya + do?). Addresses bug #21027. + 2002-09-11 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (header_encode_string): Revert a patch that I |