diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-10 01:20:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-10 01:20:56 +0800 |
commit | 6999b8224717d556736a87439491fcf1b8a2c73c (patch) | |
tree | ce68889af3383ad0fa706f484ebf47cd52d98f9c /camel/ChangeLog | |
parent | 65a076f8dc040039769be03e5461506ce43148ab (diff) | |
download | gsoc2013-evolution-6999b8224717d556736a87439491fcf1b8a2c73c.tar gsoc2013-evolution-6999b8224717d556736a87439491fcf1b8a2c73c.tar.gz gsoc2013-evolution-6999b8224717d556736a87439491fcf1b8a2c73c.tar.bz2 gsoc2013-evolution-6999b8224717d556736a87439491fcf1b8a2c73c.tar.lz gsoc2013-evolution-6999b8224717d556736a87439491fcf1b8a2c73c.tar.xz gsoc2013-evolution-6999b8224717d556736a87439491fcf1b8a2c73c.tar.zst gsoc2013-evolution-6999b8224717d556736a87439491fcf1b8a2c73c.zip |
Fix capitalisation of the "mailcheck" section title and move it to the top
2004-04-09 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-provider.c: Fix capitalisation of the
"mailcheck" section title and move it to the top (so it matches
with the UI).
* providers/imap/camel-imap-folder.c (imap_get_message): Fetch the
entire message in one fell swoop even if the message size is
larger than 5k *if* the message is a single part. Fixes bug #56686.
svn path=/trunk/; revision=25387
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 ec2d5118a6..1b52464147 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2004-04-09 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-provider.c: Fix capitalisation of the + "mailcheck" section title and move it to the top (so it matches + with the UI). + + * providers/imap/camel-imap-folder.c (imap_get_message): Fetch the + entire message in one fell swoop even if the message size is + larger than 5k *if* the message is a single part. Fixes bug #56686. + 2004-04-08 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (get_folder_online): Changed |