aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-23 12:06:50 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-23 12:06:50 +0800
commit94f85ffd2262fc7e294e1edc0a569e8e4b855306 (patch)
tree732b1b850b43827ef040045da9f07225f5fcde4e /camel/ChangeLog
parent1f8b446582690c70fc9a77886faf1ac70ba9c178 (diff)
downloadgsoc2013-evolution-94f85ffd2262fc7e294e1edc0a569e8e4b855306.tar
gsoc2013-evolution-94f85ffd2262fc7e294e1edc0a569e8e4b855306.tar.gz
gsoc2013-evolution-94f85ffd2262fc7e294e1edc0a569e8e4b855306.tar.bz2
gsoc2013-evolution-94f85ffd2262fc7e294e1edc0a569e8e4b855306.tar.lz
gsoc2013-evolution-94f85ffd2262fc7e294e1edc0a569e8e4b855306.tar.xz
gsoc2013-evolution-94f85ffd2262fc7e294e1edc0a569e8e4b855306.tar.zst
gsoc2013-evolution-94f85ffd2262fc7e294e1edc0a569e8e4b855306.zip
removed the meaningless fixme, a butt-retrieved-number is as good as any
2004-01-23 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-folder.c (IMAP_SMALL_BODY_SIZE): removed the meaningless fixme, a butt-retrieved-number is as good as any in this case. (imap_get_message): revert peterw's change of 2002-07-15, instead of checking for online mode here, let get_message do it when you retrieve the parts. This lets a multi-fetch (i.e. large) message work more betterer in offline mode. svn path=/trunk/; revision=24376
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c2268338af..40992db18e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2004-01-23 Not Zed <NotZed@Ximian.com>
+
+ * providers/imap/camel-imap-folder.c (IMAP_SMALL_BODY_SIZE):
+ removed the meaningless fixme, a butt-retrieved-number is as good
+ as any in this case.
+ (imap_get_message): revert peterw's change of 2002-07-15, instead
+ of checking for online mode here, let get_message do it when you
+ retrieve the parts. This lets a multi-fetch (i.e. large) message
+ work more betterer in offline mode.
+
2004-01-22 Jeremy Katz <katzj@redhat.com>
* camel-mime-part.c: Fix prototype to be consistent.