diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-14 04:24:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-14 04:24:09 +0800 |
commit | 98c56f99098bcc023524e6f162ce4a216298f06a (patch) | |
tree | a773e4742f36d2b6e876d5c8e7e92b3bc442535d /camel/ChangeLog | |
parent | 070653be4fc60e713e83239c1c5f9b660ee48555 (diff) | |
download | gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.gz gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.bz2 gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.lz gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.xz gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.tar.zst gsoc2013-evolution-98c56f99098bcc023524e6f162ce4a216298f06a.zip |
Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and
2000-07-13 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c:
* providers/imap/camel-imap-store.c: Updated to use CAMEL_IMAP_OK,
CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and CAMEL_IMAP_FAIL rather than the
ones copied from the POP3 provider.
svn path=/trunk/; revision=4155
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a9b17bba72..1e299a6d47 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2000-07-13 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-folder.c: + * providers/imap/camel-imap-store.c: Updated to use CAMEL_IMAP_OK, + CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and CAMEL_IMAP_FAIL rather than the + ones copied from the POP3 provider. + +2000-07-13 Jeffrey Stedfast <fejj@helixcode.com> + * 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. |