diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-31 01:09:42 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-31 01:09:42 +0800 |
commit | 2bdcfe5c47e9add476eab5d848b30d9d1715c153 (patch) | |
tree | 03ea965b34ee45f22bc00a737e9d9af1dd1992f7 /camel/camel-remote-store.h | |
parent | e8df3eea83688f5656c076952dfcffb297c08ad1 (diff) | |
download | gsoc2013-evolution-2bdcfe5c47e9add476eab5d848b30d9d1715c153.tar.gz gsoc2013-evolution-2bdcfe5c47e9add476eab5d848b30d9d1715c153.tar.zst gsoc2013-evolution-2bdcfe5c47e9add476eab5d848b30d9d1715c153.zip |
Make CamelServices connect only when told to (old behavior). Make CamelRemoteStore do its stuff in service::connect, not ::post_connect.
svn path=/trunk/; revision=5116
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r-- | camel/camel-remote-store.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h index 55862513e8..627b012f3b 100644 --- a/camel/camel-remote-store.h +++ b/camel/camel-remote-store.h @@ -49,8 +49,6 @@ typedef struct { typedef struct { CamelStoreClass parent_class; - void (*post_connect) (CamelRemoteStore *store, CamelException *ex); - void (*pre_disconnect)(CamelRemoteStore *store, CamelException *ex); gint (*send_string) (CamelRemoteStore *store, CamelException *ex, char *fmt, va_list ap); gint (*send_stream) (CamelRemoteStore *store, CamelStream *stream, |