diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-26 05:09:53 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-26 05:09:53 +0800 |
commit | dbce630738f44e6687db9b2ca8dc4b5aae37be3c (patch) | |
tree | 0e2df615971887f57b5f7452d6b3e5c222c476d9 /camel/camel-provider.h | |
parent | 10e6501b5dca0bd5375d5d4f4ece5cdb1bbee9d4 (diff) | |
download | gsoc2013-evolution-dbce630738f44e6687db9b2ca8dc4b5aae37be3c.tar gsoc2013-evolution-dbce630738f44e6687db9b2ca8dc4b5aae37be3c.tar.gz gsoc2013-evolution-dbce630738f44e6687db9b2ca8dc4b5aae37be3c.tar.bz2 gsoc2013-evolution-dbce630738f44e6687db9b2ca8dc4b5aae37be3c.tar.lz gsoc2013-evolution-dbce630738f44e6687db9b2ca8dc4b5aae37be3c.tar.xz gsoc2013-evolution-dbce630738f44e6687db9b2ca8dc4b5aae37be3c.tar.zst gsoc2013-evolution-dbce630738f44e6687db9b2ca8dc4b5aae37be3c.zip |
Add support for specifying on which port to connect to a server; fix a potential infinite loop in unicode.
svn path=/trunk/; revision=5041
Diffstat (limited to 'camel/camel-provider.h')
-rw-r--r-- | camel/camel-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h index 00375029db..d77ae6e23a 100644 --- a/camel/camel-provider.h +++ b/camel/camel-provider.h @@ -79,6 +79,7 @@ typedef struct { int flags; CamelType object_types [CAMEL_NUM_PROVIDER_TYPES]; + gint default_ports [CAMEL_NUM_PROVIDER_TYPES]; GHashTable *service_cache; |