aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-14 01:17:56 +0800
committerDan Winship <danw@src.gnome.org>2000-07-14 01:17:56 +0800
commite3970d1396c10d10dda0653f117fda97d6fddac8 (patch)
treeac96656fafaa5555d9c9fe40006fbcbdd467b5ce /camel/ChangeLog
parent2aaffa25607cd6aa97319a9212697af78c7b53e3 (diff)
downloadgsoc2013-evolution-e3970d1396c10d10dda0653f117fda97d6fddac8.tar
gsoc2013-evolution-e3970d1396c10d10dda0653f117fda97d6fddac8.tar.gz
gsoc2013-evolution-e3970d1396c10d10dda0653f117fda97d6fddac8.tar.bz2
gsoc2013-evolution-e3970d1396c10d10dda0653f117fda97d6fddac8.tar.lz
gsoc2013-evolution-e3970d1396c10d10dda0653f117fda97d6fddac8.tar.xz
gsoc2013-evolution-e3970d1396c10d10dda0653f117fda97d6fddac8.tar.zst
gsoc2013-evolution-e3970d1396c10d10dda0653f117fda97d6fddac8.zip
define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_*
* camel-service.h: define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_* flags, and make the _NEED_* flags imply the _ALLOW_* ones. * providers/imap/camel-imap-store.c (camel_imap_store_init): imap urls ALLOW_PATH svn path=/trunk/; revision=4147
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f420de37b0..819b9b8dd4 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2000-07-13 Dan Winship <danw@helixcode.com>
+
+ * camel-service.h: define a set of CAMEL_SERVICE_URL_ALLOW_* flags
+ parallel to the _NEED_* flags, and make the _NEED_* flags imply
+ the _ALLOW_* ones.
+
+ * providers/imap/camel-imap-store.c (camel_imap_store_init): imap
+ urls ALLOW_PATH
+
2000-07-13 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_get_summary): New