diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-04 10:00:43 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-04 10:00:43 +0800 |
commit | 7f2e067cd8f12104d06c5270a8eccb18b9e19fb7 (patch) | |
tree | 00ab703b4c14b04f74ac156039e8dfd173824301 /camel/ChangeLog | |
parent | 2fae5f18409205e4a82f6768aa20c3ece3fbc768 (diff) | |
download | gsoc2013-evolution-7f2e067cd8f12104d06c5270a8eccb18b9e19fb7.tar.gz gsoc2013-evolution-7f2e067cd8f12104d06c5270a8eccb18b9e19fb7.tar.zst gsoc2013-evolution-7f2e067cd8f12104d06c5270a8eccb18b9e19fb7.zip |
** See bug #53355.
2004-03-04 Not Zed <NotZed@Ximian.com>
** See bug #53355.
* providers/imap/camel-imap-folder.c (get_content): if the parent
isn't a message/rfc822 type, we don't want to get the section.TEXT
for multipart/signed, we just want to get section.
svn path=/trunk/; revision=24955
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 53d830aaa5..0bfad59565 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2004-03-04 Not Zed <NotZed@Ximian.com> + + ** See bug #53355. + + * providers/imap/camel-imap-folder.c (get_content): if the parent + isn't a message/rfc822 type, we don't want to get the section.TEXT + for multipart/signed, we just want to get section. + 2004-03-03 Rodrigo Moya <rodrigo@ximian.com> * providers/groupwise/camel-gw-listener.c |