From 070653be4fc60e713e83239c1c5f9b660ee48555 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Jul 2000 20:08:29 +0000 Subject: Oops. If the number of messages in the folder is 0, don't fetch summaries 2000-07-13 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (imap_get_summary): Oops. If the number of messages in the folder is 0, don't fetch summaries 1 thru 0, just return an empty summary. (imap_copy_message_to): Fixed to use message UID and also send the source folder as an arg to camel_imap_command rather than NULL. (imap_move_message_to): Same. (imap_init): If SELECT is successful, we need to set the current folder to the one selected, this was causing problems with move/copy svn path=/trunk/; revision=4154 --- camel/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 1d29919f08..a9b17bba72 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -3,6 +3,11 @@ * providers/imap/camel-imap-folder.c (imap_get_summary): Oops. If the number of messages in the folder is 0, don't fetch summaries 1 thru 0, just return an empty summary. + (imap_copy_message_to): Fixed to use message UID and also send + the source folder as an arg to camel_imap_command rather than NULL. + (imap_move_message_to): Same. + (imap_init): If SELECT is successful, we need to set the current + folder to the one selected, this was causing problems with move/copy 2000-07-13 Dan Winship -- cgit v1.2.3