diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-23 04:09:11 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-23 04:09:11 +0800 |
commit | 130bb0e5710983ce14d1151f2611beaff6891379 (patch) | |
tree | b54b0a4141379ea553cdad8b7ac6d80a5fba2acb /camel/camel-exception-list.def | |
parent | dcc47cc15f6ff1e1cb866495625006e5481f85a6 (diff) | |
download | gsoc2013-evolution-130bb0e5710983ce14d1151f2611beaff6891379.tar.gz gsoc2013-evolution-130bb0e5710983ce14d1151f2611beaff6891379.tar.zst gsoc2013-evolution-130bb0e5710983ce14d1151f2611beaff6891379.zip |
Automatically connect services when given a valid URL (should hopefully disconnect, too); remove the old movemail folder correctly.
svn path=/trunk/; revision=4965
Diffstat (limited to 'camel/camel-exception-list.def')
-rw-r--r-- | camel/camel-exception-list.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-exception-list.def b/camel/camel-exception-list.def index cdb95b1a81..e7ecd50ad5 100644 --- a/camel/camel-exception-list.def +++ b/camel/camel-exception-list.def @@ -33,4 +33,5 @@ CAMEL_EXCEPTION_SERVICE_NULL = 300, CAMEL_EXCEPTION_SERVICE_INVALID, CAMEL_EXCEPTION_SERVICE_URL_INVALID, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, -CAMEL_EXCEPTION_SERVICE_CANT_AUTHENTICATE +CAMEL_EXCEPTION_SERVICE_CANT_AUTHENTICATE, +CAMEL_EXCEPTION_SERVICE_NOT_CONNECTED
\ No newline at end of file |