diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-24 01:14:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-24 01:14:00 +0800 |
commit | 021562a5167834a146635ff081ab4eb5ba73f868 (patch) | |
tree | b64b7846e82d5ef8a7d1c190c4d742176ed5e2f6 /camel/ChangeLog | |
parent | 8b75e649855ed12734874ea46b2a81135c4ac626 (diff) | |
download | gsoc2013-evolution-021562a5167834a146635ff081ab4eb5ba73f868.tar gsoc2013-evolution-021562a5167834a146635ff081ab4eb5ba73f868.tar.gz gsoc2013-evolution-021562a5167834a146635ff081ab4eb5ba73f868.tar.bz2 gsoc2013-evolution-021562a5167834a146635ff081ab4eb5ba73f868.tar.lz gsoc2013-evolution-021562a5167834a146635ff081ab4eb5ba73f868.tar.xz gsoc2013-evolution-021562a5167834a146635ff081ab4eb5ba73f868.tar.zst gsoc2013-evolution-021562a5167834a146635ff081ab4eb5ba73f868.zip |
Reworked the else bit to fix a bug where if we had the BODY structure, we
2004-03-23 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (imap_get_message): Reworked
the else bit to fix a bug where if we had the BODY structure, we simply
wouldn't try fetching the actual message.
svn path=/trunk/; revision=25161
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6ba3a3b09d..413374d135 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-03-23 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-folder.c (imap_get_message): Reworked + the else bit to fix a bug where if we had the BODY structure, we simply + wouldn't try fetching the actual message. + 2004-03-23 Not Zed <NotZed@Ximian.com> * camel-exception.c (camel_exception_setv): use camel debug to add |