diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-12 11:42:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-12 11:42:42 +0800 |
commit | 4430ec83ec3ae4770c08d74bd9434b694e7ee628 (patch) | |
tree | 30ca38f428619d52649150e90cad2ef64ad2f835 /camel/ChangeLog | |
parent | 2a447586b3f32fc42c3032ec489a8660426c7eac (diff) | |
download | gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.gz gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.bz2 gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.lz gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.xz gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.zst gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.zip |
Changed param order a bit and fixed some logic
2000-08-11 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c
(camel_imap_command_continuation): Changed param order a bit and
fixed some logic
* providers/imap/camel-imap-folder.c (imap_append_message): Use
the new multi-transactional convenience functions
svn path=/trunk/; revision=4766
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e4ba89390a..c6d64b2781 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,6 +1,15 @@ 2000-08-11 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c + (camel_imap_command_continuation): Changed param order a bit and + fixed some logic + + * providers/imap/camel-imap-folder.c (imap_append_message): Use + the new multi-transactional convenience functions + +2000-08-11 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-store.c (camel_imap_command_preliminary): New convenience function for multi-transactional commands (opening request) (camel_imap_command_continuation): New convenience function for |