diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-22 07:51:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-22 07:51:36 +0800 |
commit | 2751abfcef7d6a32b15948dd2801e216074d108f (patch) | |
tree | 3ba5435d5caa42f07ce258e85b822bb2a4aa2144 /camel/ChangeLog | |
parent | 930fe7cf7be0d15ad4329b82899af0fac75b9cc2 (diff) | |
download | gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.tar gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.tar.gz gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.tar.bz2 gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.tar.lz gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.tar.xz gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.tar.zst gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.zip |
Modified to use the "namespace" (url->path) if it exists.
2000-06-21 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (imap_create): Modified to
use the "namespace" (url->path) if it exists.
* providers/imap/camel-imap-folder.c (imap_delete_message_by_uid):
Now just sets the deleted flag on the summary rather than speaking
directly to the IMAP server. This is both faster and cleaner.
svn path=/trunk/; revision=3688
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 39ed3da02f..3f7ce6400c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-06-21 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-store.c (imap_create): Modified to + use the "namespace" (url->path) if it exists. + + * providers/imap/camel-imap-folder.c (imap_delete_message_by_uid): + Now just sets the deleted flag on the summary rather than speaking + directly to the IMAP server. This is both faster and cleaner. + 2000-06-21 Dan Winship <danw@helixcode.com> * providers/pop3/camel-pop3-store.c (query_auth_types): Fix dumb |